IBNCSClient.BNCSRegisterRevertive Method

<< Click to Display Table of Contents >>

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

IBNCSClient.BNCSRegisterRevertive Method

Registers a revertive function for a specific device ID with a specified start and end range.

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

 

Syntax


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

Parameters

deviceId

Type: UInt32
The ID of the device to register the revertive function for.

start

Type: UInt32
The start of the range for the revertive function.

end

Type: UInt32
The end of the range for the revertive function.

 

See Also


IBNCSClient Interface

BNCS.Core.DriverFramework.Interfaces Namespace