Implicit Read from community stack
Posted: 17 Nov 2025, 00:08
Hi All,
I would like to implement implicit reads from the community stack using the sample application, and I updated the sample application as follows.
1/ Create a channel of type CM_PATH_TYPE_CLIENT.
2/ Send an RQB to CM-CL with op code CM_OPC_CL_CREATE.
3/ Send an RQB to CLRPC with op code CLRPC_OPC_CL_BIND.
4/ Send an RQB to CLRPC with op code CLRPC_OPC_SET_INTERFACE_PARAM.
5/ Send an RQB to CLRPC with op code CLRPC_OPC_CL_CALL.
I was successful in getting the community stack to send a UDP packet to the host specified in the bind RGB, however I have not been successful in sending a valid RPC Call. Can anyone confirm if this is the correct approach?
Regards,
Chris
I would like to implement implicit reads from the community stack using the sample application, and I updated the sample application as follows.
1/ Create a channel of type CM_PATH_TYPE_CLIENT.
2/ Send an RQB to CM-CL with op code CM_OPC_CL_CREATE.
3/ Send an RQB to CLRPC with op code CLRPC_OPC_CL_BIND.
4/ Send an RQB to CLRPC with op code CLRPC_OPC_SET_INTERFACE_PARAM.
5/ Send an RQB to CLRPC with op code CLRPC_OPC_CL_CALL.
I was successful in getting the community stack to send a UDP packet to the host specified in the bind RGB, however I have not been successful in sending a valid RPC Call. Can anyone confirm if this is the correct approach?
Regards,
Chris