Click or drag to resize

EDDeviceSubscribeToTargetRangeEvent Method

Register an event with this handler to be notified when the state of an Analog line changes to be within the specified delta range of a specified target value and also when it changes to be outside of the specified delta range

Namespace: Brainboxes.IO
Assembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void SubscribeToTargetRangeEvent(
	ref AIOLineChangedEventHandler function,
	double target,
	double delta
)

Parameters

function  AIOLineChangedEventHandler
Function to be run when event is triggered
target  Double
Target value above or below which event is triggered
delta  Double
Delta value for the target
See Also