Skip to content

Enum DeviceConnectionState

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

Represents the connection state of a device.

csharp
public enum DeviceConnectionState

Fields

Connected = 2

Successfully connected and ready.

Connecting = 1

Attempting to connect to device.

Disconnected = 0

Device is not connected.

Error = 4

Connection error state.

Executing = 3

Currently executing code on device.

Reconnecting = 5

Attempting to reconnect after connection loss.

Released under the Apache License 2.0.