BncsFramework.AddDatabases Method

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

 

Syntax


public static Dictionary<uintBncsDatabase> AddDatabases(
 uint deviceId
)

Parameters

deviceId

Type: UInt32
The ID of the device.

Return Value

Dictionary of the added databases keyed by the database number.

 

Exceptions


Exception

Condition

[Exception]

Thrown if BNCS is not enabled.

 

See Also


BncsFramework Class

BNCS.Core.DriverFramework Namespace