GetBusToParent¶
-
virtual PBus ISubController::GetBusToParent() = 0¶
Gets the bus the sub-controller is physically connected to.
- Returns
PBus – The bus the sub-controller is physically connected to.
- Throws
CCommunicationErrorException
– Protocol error.CConnectionLostException
– Connection to controller lost.CRebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.CObjectDestroyedException
– Object is destroyed.
- Remarks
If the sub-controller is not connected through a bus (e.g. some on-board sub-controllers) an empty pointer is returned.