S2OPC OPCUA Toolkit
Data Fields
SOPC_ClientHelper_CallMethodRequest Struct Reference

structure containing the requested method to call and input parameters More...

#include <libs2opc_client_cmds.h>

Data Fields

char * objectNodeId
 
char * methodNodeId
 
int32_t nbOfInputParams
 
SOPC_VariantinputParams
 

Detailed Description

structure containing the requested method to call and input parameters

Deprecated:
This type is deprecated since version 1.5.0 and will be removed in version 1.6.0.

Field Documentation

◆ objectNodeId

SOPC_ClientHelper_CallMethodRequest::objectNodeId

nodeId of the object on which method is called

◆ methodNodeId

SOPC_ClientHelper_CallMethodRequest::methodNodeId

nodeId of the called method

◆ nbOfInputParams

SOPC_ClientHelper_CallMethodRequest::nbOfInputParams

number of input parameters provided in SOPC_ClientHelper_CallMethodRequest::inputParams

◆ inputParams

SOPC_ClientHelper_CallMethodRequest::inputParams

ordered input parameters values for the the method called (array of SOPC_Variant)


The documentation for this struct was generated from the following file: