Controllers¶
-
System.Collections.IEnumerable<ISubController> IBus.Controllers { get; }¶
Gets the collection of sub-controllers on this bus in the order in which they are present on the bus.
- Value
IEnumerable<ISubController> – Collection of sub-controllers on this bus.
- Throws
CommunicationErrorException
– Protocol error.ConnectionLostException
– Connection to controller lost.RebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.IncompatibleException
– Incompatible firmware version loaded.System.ObjectDisposedException
– Object is disposed.