|
<< 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)
void BNCSRegisterRevertive(
uint deviceId,
uint start,
uint end
)
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.
BNCS.Core.DriverFramework.Interfaces Namespace