Delegate AIOLineChangedEventHandler
When the status of 1 or more Analog IO lines change on a device within a polling internal be notified of the lines for which there is a change: TYPES OF EVENT: DELTA: When the line has changed more than the specified delta since the previous sampled value TARGET: When the line has changed to go above or below the specified target since the previous sampled value TARGET RANGE: When the line has changed to either enter the delta range of the target value or exit the delta range of the target value since the previous sampled value
Assembly: Brainboxes.IO.dll
View Source
Declaration
public delegate void AIOLineChangedEventHandler(IOLine line, EDDevice device, double value, AIOChangeTypes changeType)