InfodriverState Constructor

<< 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)

 

Syntax


public InfodriverState(
 uint deviceId,
 bool managed,
 Enums.BncsInfodriverStates state
)

Parameters

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.

 

See Also


InfodriverState Class

BNCS.Core.DriverFramework.Bncs Namespace