BncsDbReader.LoadBncsDatabaseValues Method

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS Namespace > BncsDbReader Class > BncsDbReader Methods >

BncsDbReader.LoadBncsDatabaseValues Method

Loads values from a BNCS database file based on the device ID and database number.

Namespace: BNCS
Assembly:  BNCS.Config (in BNCS.Config.dll)

 

Syntax


public static Dictionary<uintstring> LoadBncsDatabaseValues(
 uint deviceId,
 uint dbNumber
)

Parameters

deviceId

Type: UInt32
The ID of the device.

dbNumber

Type: UInt32
The number of the database.

Return Value

A dictionary containing the values loaded from the database file.

 

See Also


BncsDbReader Class

BNCS Namespace