Click or drag to resize
S101ClientSendOutOfFrameByteAsync Method
Sends value as an out-of-frame byte.

Namespace: Lawo.EmberPlusSharp.S101
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public Task SendOutOfFrameByteAsync(
	byte value
)

Parameters

value
Type: SystemByte
The byte to write.

Return Value

Type: Task
Exceptions
ExceptionCondition
ArgumentExceptionvalue equals 0xFE.
See Also