# Functions
NewAsymmetricSecurityHeader creates a new OPC UA Secure Conversation Asymmetric Algorithm Security Header.
NewHeader creates a new OPC UA Secure Conversation Header.
No description provided by the author
NewSequenceHeader creates a new OPC UA Secure Conversation Sequence Header.
No description provided by the author
NewSymmetricSecurityHeader creates a new OPC UA Secure Conversation Symmetric Algorithm Security Header.
# Constants
ChunkType definitions.
ChunkType definitions.
ChunkType definitions.
No description provided by the author
MessageType definitions.
MessageType definitions.
MessageType definitions.
# Structs
AsymmetricSecurityHeader represents a Asymmetric Algorithm Security Header in OPC UA Secure Conversation.
Config represents a configuration which UASC client/server has in common.
Header represents a OPC UA Secure Conversation Header.
Message represents a OPC UA Secure Conversation message.
MessageAbort represents a non-terminal OPC UA Secure Channel error.
MessageBody is the content of a secure channel message sent between a client and a server and represents a service request or response.
No description provided by the author
No description provided by the author
No description provided by the author
SequenceHeader represents a Sequence Header in OPC UA Secure Conversation.
SessionConfig is a set of common configurations used in Session.
SymmetricSecurityHeader represents a Symmetric Algorithm Security Header in OPC UA Secure Conversation.
# Type aliases
ResponseHandler handles the response of a service request and is used by the client.