BncsFramework.GetInfodriver Method

<< Click to Display Table of Contents >>

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

BncsFramework.GetInfodriver Method

Retrieves the BNCS Infodriver for the specified device ID.

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

 

Syntax


public static IBncsInfodriver GetInfodriver(
 uint deviceId
)

Parameters

deviceId

Type: UInt32
The unique identifier of the device for which the Infodriver is requested.

Return Value

An instance of IBncsInfodriver associated with the specified device ID.

 

Exceptions


Exception

Condition

[Exception]

Thrown when BNCS is not enabled, making Infodriver mode unavailable.

 

See Also


BncsFramework Class

BNCS.Core.DriverFramework Namespace