Click or drag to resize

ED538 Properties

The ED538 type exposes the following members.

Properties
 NameDescription
Public propertyAInputs The devices analog input lines (if it has any) index by IOLineNumber e.g AOUT0, AOUT1, AOUT2
(Inherited from EDDevice)
Public propertyAOutputs The devices analog output lines (if it has any) indexed by IOLineNumber e.g AOUT0, AOUT1, AOUT2
(Inherited from EDDevice)
Public propertyConnection The connection. If the connection is replaced and the previous connection was connected, the new connection will be connected too
(Inherited from DeviceConn, Proto)
Public propertyInputs The devices input Lines (if it has any) indexed by IOLineNumber e.g. DOUT0, DOUT1, DOUT2
(Inherited from EDDevice)
Public propertyIOLineCacheTimeout The time between checking the state of the IO lines for event handling, defaults to 250 ms Also the stale period, when the cached value of the IO line has to be re-queried on the device
(Inherited from EDDevice)
Public propertyIOLines IOLines indexed by their logical line number as described on the Brainboxes product label
(Inherited from EDDevice)
Public propertyIsAvailable Whether the connection to this Brainboxes Device is available, e.g. online or offline​. In case of network TCP connection: this is if the device is pingable on the network. In case of serial connection: this is if the device COM port is listed on the system and not open by another process.
(Inherited from DeviceConn, Proto)
Public propertyIsConnected Whether this Brainboxes Device instance has an active connection
(Inherited from DeviceConn, Proto)
Public propertyLabel User definable label for the Device to help identify when many devices / when debugging
(Inherited from DeviceConn, Proto)
Public propertyOutputs The devices output Lines (if it has any) indexed by IOLineNumber e.g. DOUT0, DOUT1, DOUT2
(Inherited from EDDevice)
Public propertyProtocol Marking as virtual allows it to be overridden in the child class
(Inherited from DeviceConn, Proto)
Top
See Also