This function returns the name of a node attribute specified by an index. It is called by the integration node when the integration node requires the names of the attributes that are supported by an instance of a node.
The function must return the attributes in a known, defined order, and to return the attribute name that is represented by the index parameter.
If both cniGetAttributeName and cniGetAttributeName2 are implemented, cniDefineNodeClass fails with CCI_INV_IMPL_FUNCTION.
Defined In | Type | Member |
---|---|---|
CNI_VFT | Optional | iFpGetAttributeName2 |
CciSize cniGetAttributeName2(
int returnCode,
CciContext* context,
int index,
CciChar* buffer,
int bufsize);