Use this function to get the value of an attribute on a specific node instance. It is called by the integration node after all the attributes that the user deploys are set.
The results are written to the integration node persistent configuration data to ensure that the node is configured correctly after the integration server process is stopped and started.
If both cniGetAttribute and cniGetAttribute2 functions are implemented, cniDefineNodeClass fails with return code CCI_INV_IMPL_FUNCTION.
Defined In | Type | Member |
---|---|---|
CNI_VFT | Optional | iFpGetAttribute2 |
CciSize cniGetAttribute2(
int returnCode,
CciContext* context,
CciChar* attrName,
CciChar* buffer,
int bufsize);