Page 1 of 1

Implicit Read from community stack

Posted: 17 Nov 2025, 00:08
by ChrisG
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

Re: Implicit Read from community stack

Posted: 21 Nov 2025, 13:48
by CodewerkPNSupport
Hi Chris,

As discussed in our meeting, we´ll have a look at your code and advise.

Regards,

Peter
ChrisG wrote: 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