High Performance OPC UA Server SDK  1.2.0.193
ua_tcp_opn_header Struct Reference

Contains the header elements of an open secure channel message. More...

#include <uatcp.h>

Data Fields

uint32_t SecChannelId
 The secure channel id. More...
 
int32_t PolUriLen
 Length of the security policy URI string. More...
 
unsigned char * PolUri
 Non-zero-terminated security policy URI. More...
 
int32_t CertLen
 Length of the Cert array. More...
 
unsigned char * Cert
 Non-zero-terminated peer certificate. More...
 
int32_t CertThumbLen
 Length of the certificate thumbprint. More...
 
unsigned char * CertThumb
 Non-zero-terminated thumbprint of own certificate. More...
 

Detailed Description

Contains the header elements of an open secure channel message.

Field Documentation

unsigned char* Cert

Non-zero-terminated peer certificate.

int32_t CertLen

Length of the Cert array.

unsigned char* CertThumb

Non-zero-terminated thumbprint of own certificate.

int32_t CertThumbLen

Length of the certificate thumbprint.

unsigned char* PolUri

Non-zero-terminated security policy URI.

int32_t PolUriLen

Length of the security policy URI string.

uint32_t SecChannelId

The secure channel id.


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