Click or drag to resize

EDDeviceSubscribeToDeltaEvent Method

Register an event with this handler to be notified when the state of an Analog line changes by larger than 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 SubscribeToDeltaEvent(
	ref AIOLineChangedEventHandler function,
	double delta
)

Parameters

function  AIOLineChangedEventHandler
Function to be run when event is triggered
delta  Double

[Missing <param name="delta"/> documentation for "M:Brainboxes.IO.EDDevice.SubscribeToDeltaEvent(Brainboxes.IO.AIOLineChangedEventHandler@,System.Double)"]

See Also