-
Notifications
You must be signed in to change notification settings - Fork 2
IProtocol Interface
sequenze edited this page Jun 15, 2017
·
2 revisions
Defines the functionality for communication primitives.
Object
public abstract interface IProtocol
Name | Description |
---|---|
Receive(IEncoder) | Defines a mechanism to return a decoded message. |
Send(IMessage,IEncoder) | Defines a mechanism to encode and send an message. |
Close() | Defines a mechanism to close the communication with the endpoint. |