Functionality for encoding/decoding the low-level communication between communicating channels.

Classes

  ClassDescription
Public classEneterProtocolFormatter
Implements encoding/decoding of low-level messages into eneter format.
Public classEneterStringProtocolFormatter
Implements the protocol formatter encoding the low-level messages into the string.
Public classProtocolMessage
Represents decoded low-level protocol message.

Interfaces

  InterfaceDescription
Public interfaceIProtocolFormatter
Declares functionality to encode and decode messages used for the communication between channels.
Public interfaceIProtocolFormatter<(Of <(<'T>)>)>
Declares functionality to encode and decode messages used for the communication between channels.

Enumerations

  EnumerationDescription
Public enumerationEProtocolMessageType
Indicates the type of the low-level protocol message.