Msg
Initializes a new instance of the Msg class.
Parameters
body Type
body type
Initializes a new instance of the Msg class.
Parameters
body Type
body type
payload Reserve
The number of bytes to initialize the payload capacity to.
Initializes a new instance of the Msg class. This a reply constructor.
Parameters
body Type
body type
msg
The message that this instance is a reply for.
Initializes a new instance of the Msg class. This a reply constructor.
Parameters
body Type
body type
msg
The message that this instance is a reply for.
payload Reserve
The number of bytes to initialize the payload capacity to.
Initializes a new instance of the Msg class. This a receive constructor.
Parameters
body Type
body type
msg
The packet message to build this client message from.