nn::boss::NsaList::SearchAttributes Structurestruct SearchAttributes
Search elements used to specify which NSA to include in an NSA list when you download it (when you call the NsaList::Download function).
When you download an NSA list, it will only contain items whose NSA attribute strings on the server are identical to attributes 1 through 3 for every non-NULL attribute string. If you specify A for attribute1 and NULL for both attribute2 and attribute3 in SearchAttributes, for example, you will download an NSA list that only contains NSA items on the server with a value of A for attribute 1. (The strings in NSA attributes 2 and 3 on the server have no effect.) Likewise, if you specify A for attribute1, B for attribute2, and C for attribute3, the NSA list will only contain NSA items on the server with values of A, B, and C for attributes 1, 2, and 3, respectively.
CONFIDENTIAL