|
<< 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)
[JsonConverterAttribute]
public enum BncsDriverStates
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. |
BNCS.Core.DriverFramework.Classes Namespace