|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Core.DriverFramework Namespace > BncsFramework Class > BncsFramework Methods > BncsFramework.SetDatabaseValue Method |
Sets a value in the specified database for a given device.
Namespace: BNCS.Core.DriverFramework
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
public static bool SetDatabaseValue(
uint device,
uint database,
uint index,
string value,
Enums.BNCSChangeSources changeSource
)
device
Type: UInt32
The device ID.
database
Type: UInt32
The database ID.
index
Type: UInt32
The index of the value to set.
value
Type: String
The value to set.
changeSource
Type: BNCS.Core.DriverFramework.Models.Enums.BNCSChangeSources
The source of the change (default is Device).
True if the value was successfully set, false otherwise.
BNCS.Core.DriverFramework Namespace