BncsFramework.GetInfodriverValue Method

<< 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)

 

Syntax


public static string GetInfodriverValue(
 uint device,
 uint index
)

Parameters

device

Type: UInt32
The device identifier.

index

Type: UInt32
The index of the value to retrieve.

Return Value

The value at the specified index from the infodriver for the given device, or null if an error occurs.

 

See Also


BncsFramework Class

BNCS.Core.DriverFramework Namespace