IBNCSClient.BNCSInfodriverPoll Method

<< Click to Display Table of Contents >>

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

IBNCSClient.BNCSInfodriverPoll Method

Polls the BNCSInfoDriver for information within a specified range of slot indexes.

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

 

Syntax


void BNCSInfodriverPoll(
 uint deviceId,
 uint start,
 uint end
)

Parameters

deviceId

Type: UInt32
The ID of the device to poll.

start

Type: UInt32
The start index for the poll range.

end

Type: UInt32
The end index for the poll range.

 

See Also


IBNCSClient Interface

BNCS.Core.DriverFramework.Interfaces Namespace