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.5.0.8
Syntaxpublic void SubscribeToTargetRangeEvent(
ref AIOLineChangedEventHandler function,
double target,
double delta
)
Public Sub SubscribeToTargetRangeEvent (
ByRef function As AIOLineChangedEventHandler,
target As Double,
delta As Double
)
abstract SubscribeToTargetRangeEvent :
function : AIOLineChangedEventHandler byref *
target : float *
delta : float -> unit
override SubscribeToTargetRangeEvent :
function : AIOLineChangedEventHandler byref *
target : float *
delta : float -> unit
Parameters
- function
- Type: Brainboxes.IOAIOLineChangedEventHandler
[Missing <param name="function"/> documentation for "M:Brainboxes.IO.EDDevice.SubscribeToTargetRangeEvent(Brainboxes.IO.AIOLineChangedEventHandler@,System.Double,System.Double)"]
- target
- Type: SystemDouble
[Missing <param name="target"/> documentation for "M:Brainboxes.IO.EDDevice.SubscribeToTargetRangeEvent(Brainboxes.IO.AIOLineChangedEventHandler@,System.Double,System.Double)"]
- delta
- Type: SystemDouble
[Missing <param name="delta"/> documentation for "M:Brainboxes.IO.EDDevice.SubscribeToTargetRangeEvent(Brainboxes.IO.AIOLineChangedEventHandler@,System.Double,System.Double)"]
See Also