|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Core.DriverFramework Namespace > BncsFramework Class > BncsFramework Methods > BncsFramework.AddDatabases Method |
Adds all databases for a specific device ID.
Namespace: BNCS.Core.DriverFramework
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
public static Dictionary<uint, BncsDatabase> AddDatabases(
uint deviceId
)
deviceId
Type: UInt32
The ID of the device.
Dictionary of the added databases keyed by the database number.
BNCS.Core.DriverFramework Namespace