Skip to content

SecureChannelState

Canonical path: o6.common.SecureChannelState

Root shortcut: o6.SecureChannelState

SecureChannelState

Bases: IntEnum

Possible status of an OPC UA SecureChannel.

Attributes

CLOSED class-attribute instance-attribute

CLOSED = 0

REVERSE_LISTENING class-attribute instance-attribute

REVERSE_LISTENING = 1

CONNECTING class-attribute instance-attribute

CONNECTING = 2

CONNECTED class-attribute instance-attribute

CONNECTED = 3

REVERSE_CONNECTED class-attribute instance-attribute

REVERSE_CONNECTED = 4

RHE_SENT class-attribute instance-attribute

RHE_SENT = 5

HEL_SENT class-attribute instance-attribute

HEL_SENT = 6

HEL_RECEIVED class-attribute instance-attribute

HEL_RECEIVED = 7

ACK_SENT class-attribute instance-attribute

ACK_SENT = 8

ACK_RECEIVED class-attribute instance-attribute

ACK_RECEIVED = 9

OPN_SENT class-attribute instance-attribute

OPN_SENT = 10

OPEN class-attribute instance-attribute

OPEN = 11

CLOSING class-attribute instance-attribute

CLOSING = 12