BncsFramework.GetDatabaseValue Method

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

 

Syntax


public static string GetDatabaseValue(
 uint device,
 uint database,
 uint index
)

Parameters

device

Type: UInt32
The device ID.

database

Type: UInt32
The database ID.

index

Type: UInt32
The index of the value to retrieve.

Return Value

The value at the specified index in the database, or null if an error occurs.

 

See Also


BncsFramework Class

BNCS.Core.DriverFramework Namespace