Méthode | Description | |
---|---|---|
Clear ( ) : void |
Reset the decoder so that we can parse a new message
|
|
MicroMessageDecoder ( IMessageSerializer serializer ) : System |
Initializes a new instance of the MicroMessageDecoder class.
|
|
ProcessReadBytes ( ISocketBuffer buffer ) : void |
Process bytes that we've received on the socket.
|
Méthode | Description | |
---|---|---|
CopyBytes ( ISocketBuffer e ) : bool | ||
ProcessContent ( ISocketBuffer arg ) : bool | ||
ProcessFixedHeader ( ISocketBuffer e ) : bool | ||
ReadHeaderLength ( ISocketBuffer e ) : bool |
public MicroMessageDecoder ( IMessageSerializer serializer ) : System | ||
serializer | IMessageSerializer | The serializer used to decode the message that is being transported with MicroMsg. |
Résultat | System |
public ProcessReadBytes ( ISocketBuffer buffer ) : void | ||
buffer | ISocketBuffer | Buffer to process. |
Résultat | void |