BusToParent¶
-
IBus ISubController.BusToParent { get; }¶
Gets the bus the sub-controller is physically connected to.
- Value
IBus – The bus the sub-controller is physically connected to.
- Throws
CommunicationErrorException– Protocol error.ConnectionLostException– Connection to controller lost.RebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.System.ObjectDisposedException– Object is disposed.
- Remarks
If the sub-controller is not connected through a bus (e.g. some on-board sub-controllers) a null reference is returned.