Enum PacketType
The purpose of the multiplex message.
Namespace: PeerTalk.Multiplex
Assembly: PeerTalk.dll
Syntax
public enum PacketType : byte
Fields
Name | Description |
---|---|
CloseInitiator | Close the stream from the "initiator". |
CloseReceiver | Close the stream from the "receiver". |
MessageInitiator | A message from the "initiator". |
MessageReceiver | A message from the "receiver". |
NewStream | Create a new stream. |
ResetInitiator | Reset the stream from the "initiator". |
ResetReceiver | Reset the stream from the "receiver". |