EDDeviceSubscribeToTargetEvent Method |
Register an event with this handlder 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.5.0.8
Syntaxpublic 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
- Type: Brainboxes.IOAIOLineChangedEventHandler
[Missing <param name="function"/> documentation for "M:Brainboxes.IO.EDDevice.SubscribeToTargetEvent(Brainboxes.IO.AIOLineChangedEventHandler@,System.Double)"]
- target
- Type: SystemDouble
[Missing <param name="target"/> documentation for "M:Brainboxes.IO.EDDevice.SubscribeToTargetEvent(Brainboxes.IO.AIOLineChangedEventHandler@,System.Double)"]
See Also