IBNCSClient.BNCSInfodriverWrite Method

<< Click to Display Table of Contents >>

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

IBNCSClient.BNCSInfodriverWrite Method

Writes information to the BNCS driver.

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

 

Syntax


void BNCSInfodriverWrite(
 uint deviceId,
 uint index,
 Nullable<string> value
)

Parameters

deviceId

Type: UInt32
The ID of the device.

index

Type: UInt32
The index of the information.

value

Type: Nullable<String>
The value to be written. Can be null.

 

See Also


IBNCSClient Interface

BNCS.Core.DriverFramework.Interfaces Namespace