Skip to content

Property ConnectionState

Namespace: Belay.Core
Assembly: Belay.Core.dll

ConnectionState

Gets the current connection state of the device.

csharp
public DeviceConnectionState ConnectionState { get; }

Property Value

DeviceConnectionState

Remarks

This property is maintained for backward compatibility. Use the State property for accessing the full device state including capabilities and operation tracking.

Released under the Apache License 2.0.