CIP nodes are modeled as collections of Objects. Objects provide an abstract representation of a particular component within a product. The realization of this abstract object model within a product is implementation dependent.
Functions | |
| T * | EI_API_CIP_NODE_new (EI_API_CIP_NODE_InitParams_t *pInitParams) |
| Create a new CIP node. | |
| uint32_t | EI_API_CIP_NODE_delete (T *pCipNode_p) |
Delete the CIP node specified by parameter pCipNode_p. | |