Click or drag to resize

EDDeviceOutputs Property

The devices output 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.0.0.0 (1.0.0.0)
Syntax
public IOList<IOLine> Outputs { get; }

Property Value

IOListIOLine

Implements

IEDDeviceOutputs
See Also