BncsDbReader.GetDeviceDatabaseIds Method

<< Click to Display Table of Contents >>

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

BncsDbReader.GetDeviceDatabaseIds Method

Gets a list of all the databases numbers associated with a device id.

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

 

Syntax


public static List<uint> GetDeviceDatabaseIds(
 uint deviceId
)

Parameters

deviceId

Type: UInt32
The ID of the device.

Return Value

A list containing all the database numbers associated with a device id.

 

See Also


BncsDbReader Class

BNCS Namespace