new ProtocolMessage()
Message decoded by the protocol formatter.
The protocol formatter is used for the internal communication between output and input channel. When the channel receives a message it uses the protocol formatter to figure out if is is 'Open Connection', 'Close Connection' or 'Data Message'. Protocol formatter decodes the message and returns ProtocolMessage.
The protocol formatter is used for the internal communication between output and input channel. When the channel receives a message it uses the protocol formatter to figure out if is is 'Open Connection', 'Close Connection' or 'Data Message'. Protocol formatter decodes the message and returns ProtocolMessage.
- Source:
Members
-
Message
-
Decoded message data.
- Source:
-
MessageType
-
Type of the message. This parameter is not used in Eneter for Javascript.
- Source:
-
ResponseReceiverId
-
Client id. This parameter is not used in Eneter for Javascript.
- Source: