Click or drag to resize
IS101LoggerLogMessage Method
Logs a message.

Namespace: Lawo.EmberPlusSharp.S101
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
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: EventInfo
Exceptions
See Also