S101ClientSendMessageAsync Method (S101Message, Byte) | |
Sends message followed by payload.
Namespace: Lawo.EmberPlusSharp.S101Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax public Task SendMessageAsync(
S101Message message,
byte[] payload
)
Parameters
- message
- Type: Lawo.EmberPlusSharp.S101S101Message
The message to send. - payload
- Type: SystemByte
The payload to send after the message. Must be equal to null if
Command does not allow for a payload. Must reference an appropriate payload if
Command requires a payload.
Return Value
Type:
TaskExceptions See Also