Click or drag to resize

EDDeviceInputs Property

The devices input Lines (if it has any) indexed by IOLineNumber e.g. DOUT0, DOUT1, DOUT2

Namespace:  Brainboxes.IO
Assembly:  Brainboxes.IO (in Brainboxes.IO.dll) Version: 1.5.0.8
Syntax
public IOList<IOLine> Inputs { get; }

Property Value

Type: IOListIOLine

Implements

IEDDeviceInputs
See Also