Enums.DeviceCommsStates Enumeration

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Core.DriverFramework.Classes Namespace >

Enums.DeviceCommsStates Enumeration

Enum representing the different states of device communications.

Namespace: BNCS.Core.DriverFramework.Classes
Assembly:  BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


[JsonConverterAttribute]
public enum DeviceCommsStates

 

Members



Member name

Description


Initializing

The driver is initializing communications with the device.


OK

Communications with the device have been established and are functioning correctly.


Failed

Communications with the device have failed.

 

See Also


BNCS.Core.DriverFramework.Classes Namespace