|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Core.DriverFramework Namespace > BncsFramework Class > BncsFramework Methods > BncsFramework.GetInfodriverValue Method |
Retrieves the value of a specific index from the infodriver for a given device.
Namespace: BNCS.Core.DriverFramework
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
public static string GetInfodriverValue(
uint device,
uint index
)
device
Type: UInt32
The device identifier.
index
Type: UInt32
The index of the value to retrieve.
The value at the specified index from the infodriver for the given device, or null if an error occurs.
BNCS.Core.DriverFramework Namespace