|
<< 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)
public static IBncsInfodriver GetInfodriver(
uint deviceId
)
deviceId
Type: UInt32
The unique identifier of the device for which the Infodriver is requested.
An instance of IBncsInfodriver associated with the specified device ID.
Condition |
|
|---|---|
[Exception] |
Thrown when BNCS is not enabled, making Infodriver mode unavailable. |
BNCS.Core.DriverFramework Namespace