S2OPC OPCUA Toolkit
Data Fields
SOPC_ClientHelper_EndpointDescription Struct Reference

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_UserIdentityTokenuserIdentityTokens
 
char * transportProfileUri
 
int32_t securityLevel
 
int32_t serverCertificateNbBytes
 
uint8_t * serverCertificate
 

Detailed Description

structure containing an endpoint description

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

Field Documentation

◆ endpointUrl

SOPC_ClientHelper_EndpointDescription::endpointUrl

url of the endpoint

◆ security_mode

SOPC_ClientHelper_EndpointDescription::security_mode

the security mode of the endpoint: The list of accepted values is one of the following OpcUa_MessageSecurityMode values:

  • OpcUa_MessageSecurityMode_None: no security mode,
  • OpcUa_MessageSecurityMode_Sign: only signature,
  • OpcUa_MessageSecurityMode_SignAndEncrypt: signature and encryption.

◆ security_policyUri

SOPC_ClientHelper_EndpointDescription::security_policyUri

Uri of the security policy

◆ nbOfUserIdentityTokens

SOPC_ClientHelper_EndpointDescription::nbOfUserIdentityTokens

The number of user identity tokens in userIdentityTokens array

◆ userIdentityTokens

SOPC_ClientHelper_EndpointDescription::userIdentityTokens

The array containing user identity tokens

◆ transportProfileUri

SOPC_ClientHelper_EndpointDescription::transportProfileUri

Uri of the transport profile

◆ securityLevel

SOPC_ClientHelper_EndpointDescription::securityLevel

the security level of the endpoint relative to other available endpoints on the server (the higher the better)

◆ serverCertificateNbBytes

SOPC_ClientHelper_EndpointDescription::serverCertificateNbBytes

the number of bytes in the server certificate

◆ serverCertificate

SOPC_ClientHelper_EndpointDescription::serverCertificate

the server certificate bytes


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