|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Core.DriverFramework.Bncs Namespace > InfodriverState Class > InfodriverState Constructor |
Represents the state of an Infodriver device.
Namespace: BNCS.Core.DriverFramework.Bncs
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
public InfodriverState(
uint deviceId,
bool managed,
Enums.BncsInfodriverStates state
)
deviceId
Type: UInt32
The unique identifier of the device.
managed
Type: Boolean
A boolean value indicating whether the device is managed.
state
Type: BNCS.Core.DriverFramework.Classes.Enums.BncsInfodriverStates
The state of the device.
BNCS.Core.DriverFramework.Bncs Namespace