S2OPC OPCUA Toolkit
|
structure containing an endpoint description More...
#include <libs2opc_client_cmds.h>
Data Fields | |
char * | endpointUrl |
int32_t | security_mode |
char * | security_policyUri |
int32_t | nbOfUserIdentityTokens |
SOPC_ClientHelper_UserIdentityToken * | userIdentityTokens |
char * | transportProfileUri |
int32_t | securityLevel |
int32_t | serverCertificateNbBytes |
uint8_t * | serverCertificate |
structure containing an endpoint description
SOPC_ClientHelper_EndpointDescription::endpointUrl |
url of the endpoint
SOPC_ClientHelper_EndpointDescription::security_mode |
the security mode of the endpoint: The list of accepted values is one of the following OpcUa_MessageSecurityMode values:
SOPC_ClientHelper_EndpointDescription::security_policyUri |
Uri of the security policy
SOPC_ClientHelper_EndpointDescription::nbOfUserIdentityTokens |
The number of user identity tokens in userIdentityTokens array
SOPC_ClientHelper_EndpointDescription::userIdentityTokens |
The array containing user identity tokens
SOPC_ClientHelper_EndpointDescription::transportProfileUri |
Uri of the transport profile
SOPC_ClientHelper_EndpointDescription::securityLevel |
the security level of the endpoint relative to other available endpoints on the server (the higher the better)
SOPC_ClientHelper_EndpointDescription::serverCertificateNbBytes |
the number of bytes in the server certificate
SOPC_ClientHelper_EndpointDescription::serverCertificate |
the server certificate bytes