Functionality for encoding/decoding the low-level communication between communicating channels.
Classes
| Class | Description | |
|---|---|---|
| EneterProtocolFormatter |
Implements encoding/decoding of low-level messages into eneter format.
| |
| EneterStringProtocolFormatter |
Implements the protocol formatter encoding the low-level messages into the string.
| |
| ProtocolMessage |
Represents decoded low-level protocol message.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IProtocolFormatter |
Declares functionality to encode and decode messages used for the communication between channels.
| |
| IProtocolFormatter<(Of <(<'T>)>)> |
Declares functionality to encode and decode messages used for the communication between channels.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| EProtocolMessageType |
Indicates the type of the low-level protocol message.
|