API Documentation

NxCoreCategory

The structure NxCoreCategory is defined in NxCoreAPI.h as:


struct NxCoreCategory {
    NxString*        pnxStringCategory;
    NxCategoryField* pnxFields;
    unsigned short   NFields;
    unsigned char    alignment[2];
};

pnxStringCategory

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.

pnxFields

An array of structures of individual category NxCategoryField messages

NFields

Count of how many fields in pnxFields are valid

Example

For example of category usage see here