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.IOAssembly: Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void SubscribeToTargetEvent(
ref AIOLineChangedEventHandler function,
double target
)
Public Sub SubscribeToTargetEvent (
ByRef function As AIOLineChangedEventHandler,
target As Double
)
abstract SubscribeToTargetEvent :
function : AIOLineChangedEventHandler byref *
target : float -> unit
override SubscribeToTargetEvent :
function : AIOLineChangedEventHandler byref *
target : float -> unit
Parameters
- function AIOLineChangedEventHandler
- Function to be run when event is triggered
- target Double
- Target value above or below which event is triggered
See Also