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