S2OPC OPCUA Toolkit
Data Fields
SOPC_MethodCallFunc Struct Reference

Object to describe of function associated to a method and user parameter. More...

#include <sopc_call_method_manager.h>

Data Fields

SOPC_MethodCallFunc_Free_FuncpFnFree
 a pointer on a function to clear pParam. Can be NULL More...
 
SOPC_MethodCallFunc_PtrpMethodFunc
 a valid pointer on the function to call More...
 
void * pParam
 parameter to give when call pMethodFunc. Can be NULL More...
 

Detailed Description

Object to describe of function associated to a method and user parameter.

Field Documentation

◆ pFnFree

SOPC_MethodCallFunc_Free_Func* SOPC_MethodCallFunc::pFnFree

a pointer on a function to clear pParam. Can be NULL

◆ pMethodFunc

SOPC_MethodCallFunc_Ptr* SOPC_MethodCallFunc::pMethodFunc

a valid pointer on the function to call

◆ pParam

void* SOPC_MethodCallFunc::pParam

parameter to give when call pMethodFunc. Can be NULL


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