BncsFramework.GetManagedInfodriver Method

<< Click to Display Table of Contents >>

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

BncsFramework.GetManagedInfodriver Method

Retrieves a managed infodriver for the specified device ID.

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

 

Syntax


public static IBncsManagedInfodriver GetManagedInfodriver(
 uint deviceId
)

Parameters

deviceId

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

Return Value

An instance of IBncsManagedInfodriver representing the managed infodriver for the specified device.

 

Exceptions


Exception

Condition

Exception

Infodriver mode not available if BNCS not enabled

Exception

Infodriver is monitored not managed

 

See Also


BncsFramework Class

BNCS.Core.DriverFramework Namespace