S101WriterWriteOutOfFrameByteAsync Method | |
Writes value as an out-of-frame byte.
Namespace: Lawo.EmberPlusSharp.S101Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax 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:
TaskExceptions See Also