Skip to content

Ticket #1387: Request builder: fix SetMethodCall when method has 0 input argument

Nathan Lebeau requested to merge fix_setmethodtocall_with_0_input_argument into master

The function SOPC_CallRequest_SetMethodToCall returns an error if the OPCUA method is a method with 0 input argument.

Merge request reports