Click or drag to resize
S101WriterWriteOutOfFrameByteAsync Method
Writes 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 WriteOutOfFrameByteAsync(
	byte value,
	CancellationToken cancellationToken
)

Parameters

value
Type: SystemByte
The byte to write.
cancellationToken
Type: System.ThreadingCancellationToken
The token to monitor for cancellation requests.

Return Value

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