McuManager Interface Reference
Mcu Manager.
Inheritance diagram for McuManager:

Public Member Functions | |
| Mcu | getMcu () throws McuNotAvailableException, McuLowLevelException |
| Gets mcu. More... | |
| void | close () |
Public Member Functions inherited from Manager | |
| String | getIp () |
| String | getName () |
| Boolean | isAlive () |
| void | subscribe (ManagerObserver observer) throws CannotSubscribeException |
| void | unSubscribe (ManagerObserver observer) throws ObserverNotSubscribedException |
Member Function Documentation
| void close | ( | ) |
Closes the mcu manager. Recommended to finish properly
| Mcu getMcu | ( | ) | throws McuNotAvailableException, McuLowLevelException |
- Returns
- mcu
- Exceptions
-
McuNotAvailableException McuLowLevelException

Public Member Functions inherited from