|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Core.DriverFramework.Interfaces Namespace > IBNCSClient Interface > IBNCSClient Methods > IBNCSClient.BNCSSetDriverState Method |
Sets the driver state for a specific device in the BNCSSetDriverState function.
Namespace: BNCS.Core.DriverFramework.Interfaces
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
void BNCSSetDriverState(
uint deviceId,
bool isOK
)
deviceId
Type: UInt32
The ID of the device for which the driver state is being set.
isOK
Type: Boolean
A boolean value indicating whether the driver state is OK or not.
BNCS.Core.DriverFramework.Interfaces Namespace