MessageReceivedEventArgsGetPayload Method | |
Gets the payload of the message.
Namespace: Lawo.EmberPlusSharp.S101Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax public byte[] GetPayload()
Return Value
Type:
ByteThe payload of the message if the message has a payload; otherwise
null.
See Also