IS101LoggerLogMessage Method | |
Logs a message.
Namespace: Lawo.EmberPlusSharp.S101Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax EventInfo LogMessage(
string direction,
S101Message message,
byte[] payload
)
Parameters
- direction
- Type: SystemString
The direction of the message, usually either "Send" or "Receive".
- message
- Type: Lawo.EmberPlusSharp.S101S101Message
The message to log. - payload
- Type: SystemByte
The payload of the message if the message has a payload; otherwise null.
Return Value
Type:
EventInfoExceptions See Also