Click or drag to resize

IEDDevice Properties

The IEDDevice type exposes the following members.

Properties
  NameDescription
Public propertyAInputs
The devices analog input lines (if it has any) indexed by IOLineNumber e.g. AIN0, AIN1, AIN2
Public propertyAOutputs
The device analog output lines (if it has any) indexed by IOLineNumber e.g AOUT0, AOUT1, AOUT2
Public propertyConnection
The connection to this device
(Inherited from IDeviceC, P.)
Public propertyInputs
The devices input Lines (if it has any) indexed by IOLineNumber e.g. DIN0, DIN1, DIN2
Public propertyIOLines
IOLines indexed by their logical line number as described on the brainboxes product label
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 IDeviceC, P.)
Public propertyIsConnected
Whether the Brainboxes Device has an active connection from this connection instance
(Inherited from IDeviceC, P.)
Public propertyOutputs
The devices output Lines (if it has any) indexed by IOLineNumber e.g. DOUT0, DOUT1, DOUT2
Public propertyProtocol
The protocol used to communicate which this device
(Inherited from IDeviceC, P.)
Top
See Also