IBNCSClient.BNCSSetDriverState Method

<< 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)

 

Syntax


void BNCSSetDriverState(
 uint deviceId,
 bool isOK
)

Parameters

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.

 

See Also


IBNCSClient Interface

BNCS.Core.DriverFramework.Interfaces Namespace