NxCoreCategory
The structure NxCoreCategory is defined in NxCoreAPI.h as:
struct NxCoreCategory { NxString* pnxStringCategory; NxCategoryField* pnxFields; unsigned short NFields; unsigned char alignment[2]; };
Identifies the category type for the update. Use pnxStringCategory->Atom to switch on -- category Atoms are permanent. See Categories for a list of category types and more information about this member.
An array of structures of individual category NxCategoryField messages
Count of how many fields in pnxFields are valid
Example
For example of category usage see here