Click or drag to resize
S101ClientKeepAliveRequestSlot Property
Gets or sets the value to set the Slot property to for a message containing a KeepAliveRequest command.

Namespace: Lawo.EmberPlusSharp.S101
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public byte KeepAliveRequestSlot { get; set; }

Property Value

Type: Byte
The slot to set. The default is 0x00.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe getter or setter was called from a thread other than the one that executed the constructor.
ObjectDisposedExceptionDispose has been called or the ConnectionLost event has been raised.
See Also