Enums.BncsDriverStates Enumeration

<< Click to Display Table of Contents >>

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

Enums.BncsDriverStates Enumeration

Enum representing the different states of the BncsDriver.

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

 

Syntax


[JsonConverterAttribute]
public enum BncsDriverStates

 

Members



Member name

Description


Standby

Driver is in the Standby state (all managed infodrivers are RxOnly.)


Active

Driver is in the Active state (all managed infodrivers are TxRx.)


Mixed

Driver is in a mixed state - some managed infodrivers are TxRx while others are RxOnly.

 

See Also


BNCS.Core.DriverFramework.Classes Namespace