|
<< 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)
public static Dictionary<uint, string> LoadBncsDatabaseValues(
uint deviceId,
uint dbNumber
)
deviceId
Type: UInt32
The ID of the device.
dbNumber
Type: UInt32
The number of the database.
A dictionary containing the values loaded from the database file.