High Performance OPC UA Server SDK  1.2.0.193
uasession_channel Struct Reference

Session layer representation of a secure channel. More...

#include <session.h>

Data Fields

uint32_t channel_id
 ID of the secure channel which activated the session last. More...
 
uintptr_t connection_handle
 UaTcpMsg connection handle for the channel. More...
 
uint32_t session_count
 Number of activated session on this channel.
 
uint32_t policy_id
 ID of the security policy of this channel. More...
 
enum ua_messagesecuritymode security_mode
 The security mode used by this channel. More...
 
ua_datetime end_of_life
 DateTime marking the end of life of this channel. More...
 
uint32_t footer_len
 The length of the space to be preserved during encoding. More...
 
size_t max_body_len
 The maximum body length of the response after encoding. More...
 
uint32_t max_chunks
 The maximum number of buffers to be used for encoding. More...
 
struct sechan_configsechan_config
 The endpoints securechannel configuration used by this channel. More...
 
bool connected
 TRUE if channel has active transport connection. More...
 
int prio
 Priority value for IPC queues. More...
 
unsigned int buffer_handle
 handle for buffer management
 

Detailed Description

Session layer representation of a secure channel.

Field Documentation

uint32_t channel_id

ID of the secure channel which activated the session last.

bool connected

TRUE if channel has active transport connection.

uintptr_t connection_handle

UaTcpMsg connection handle for the channel.

ua_datetime end_of_life

DateTime marking the end of life of this channel.

uint32_t footer_len

The length of the space to be preserved during encoding.

size_t max_body_len

The maximum body length of the response after encoding.

uint32_t max_chunks

The maximum number of buffers to be used for encoding.

uint32_t policy_id

ID of the security policy of this channel.

int prio

Priority value for IPC queues.

The endpoints securechannel configuration used by this channel.

enum ua_messagesecuritymode security_mode

The security mode used by this channel.


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