BncsFramework.GetMonitoredInfodriver Method

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Core.DriverFramework Namespace > BncsFramework Class > BncsFramework Methods >

BncsFramework.GetMonitoredInfodriver Method

Retrieves a monitored infodriver for the specified device ID.

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

 

Syntax


public static IBncsMonitoredInfodriver GetMonitoredInfodriver(
 uint deviceId
)

Parameters

deviceId

Type: UInt32
The unique identifier of the device for which to retrieve the infodriver.

Return Value

An IBncsMonitoredInfodriver instance representing the monitored infodriver for the specified device.

 

Exceptions


Exception

Condition

Exception

Infodriver mode not available if BNCS not enabled

Exception

Infodriver is managed not monitored

 

See Also


BncsFramework Class

BNCS.Core.DriverFramework Namespace