S2OPC OPCUA Toolkit
|
Object to describe of function associated to a method and user parameter. More...
#include <sopc_call_method_manager.h>
Data Fields | |
SOPC_MethodCallFunc_Free_Func * | pFnFree |
a pointer on a function to clear pParam. Can be NULL More... | |
SOPC_MethodCallFunc_Ptr * | pMethodFunc |
a valid pointer on the function to call More... | |
void * | pParam |
parameter to give when call pMethodFunc. Can be NULL More... | |
Object to describe of function associated to a method and user parameter.
SOPC_MethodCallFunc_Free_Func* SOPC_MethodCallFunc::pFnFree |
a pointer on a function to clear pParam. Can be NULL
SOPC_MethodCallFunc_Ptr* SOPC_MethodCallFunc::pMethodFunc |
a valid pointer on the function to call
void* SOPC_MethodCallFunc::pParam |
parameter to give when call pMethodFunc. Can be NULL