Click or drag to resize
MessageReceivedEventArgsGetPayload Method
Gets the payload of the message.

Namespace: Lawo.EmberPlusSharp.S101
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public byte[] GetPayload()

Return Value

Type: Byte
The payload of the message if the message has a payload; otherwise null.
See Also