|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Core.DriverFramework.Interfaces Namespace > IBNCSClient Interface > IBNCSClient Methods > IBNCSClient.BNCSDatabaseChange Method |
Changes the value of a specific index in a database for a given device.
Namespace: BNCS.Core.DriverFramework.Interfaces
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
void BNCSDatabaseChange(
uint deviceId,
uint database,
uint index,
Nullable<string> value
)
deviceId
Type: UInt32
The ID of the device.
database
Type: UInt32
The database to be changed.
index
Type: UInt32
The index of the value to be changed.
value
Type: Nullable<String>
The new value to be assigned to the specified index.
BNCS.Core.DriverFramework.Interfaces Namespace