S2OPC OPCUA Toolkit
|
Client configuration structure used to store session activation configuration data. More...
#include <sopc_user_app_itf.h>
Data Fields | |
const char * | userPolicyId |
OpcUa_UserTokenType | userTokenType |
union { | |
SOPC_Session_UserName userName | |
SOPC_Session_UserX509 userX509 | |
} | userToken |
Client configuration structure used to store session activation configuration data.
const char* SOPC_Session_Config::userPolicyId |
OpcUa_UserTokenType SOPC_Session_Config::userTokenType |
SOPC_Session_UserName SOPC_Session_Config::userName |
SOPC_Session_UserX509 SOPC_Session_Config::userX509 |
union { ... } SOPC_Session_Config::userToken |