IBNCSClient.BNCSDatabaseName Method

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Core.DriverFramework.Interfaces Namespace > IBNCSClient Interface > IBNCSClient Methods >

IBNCSClient.BNCSDatabaseName Method

Retrieves the name of the BNCSDatabase for a specific device ID within the specified range.

Namespace: BNCS.Core.DriverFramework.Interfaces
Assembly:  BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


void BNCSDatabaseName(
 uint deviceId,
 uint database,
 uint start,
 uint end
)

Parameters

deviceId

Type: UInt32
The ID of the device.

database

Type: UInt32
The ID of the BNCSDatabase.

start

Type: UInt32
The starting index of the range.

end

Type: UInt32
The ending index of the range.

 

See Also


IBNCSClient Interface

BNCS.Core.DriverFramework.Interfaces Namespace