This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM2434: A question about EIP stack in SDK 8.06——How to use function "EI_API_CIP_createCfgAssembly"

Part Number: AM2434

The EIP protocol stack of SDK 8.06 provides a new API function in EI_API_def.h  line 345 ——typedef uint32_t(*EI_API_CIP_CBCfgAssembly)(EI_API_CIP_NODE_T* pCipNode_p, uint16_t o2t_p, uint16_t t2o_p, uint16_t cfg_inst_p, const uint8_t* const cfg_data, uint16_t cfg_data_size, uint16_t linkAddress_p);


But there are no examples of using it in the EIP demo.The explanation for this function is too simple.

and  I don't know the meaning of each parameter in the function. 

Could you provide a example to use this function and the meaning of each parameter in the function?