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?