Click or drag to resize

EDDeviceSubscribeToTargetEvent Method

Register an event with this handler to be notified when the state of an Analog input goes over the limit specified

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

Parameters

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