OtaUpdaterManager Interface Reference
OtaUpdater Manager.
Inheritance diagram for OtaUpdaterManager:

Public Member Functions | |
| OtaUpdater | getOtaUpdater () throws OtaUpdaterNotAvailableException, OtaUpdaterLowLevelException |
| Gets otaupdater. 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 otaupdater manager. Recommended to finish properly
| OtaUpdater getOtaUpdater | ( | ) | throws OtaUpdaterNotAvailableException, OtaUpdaterLowLevelException |
- Returns
- otaupdater
- Exceptions
-
OtaUpdaterNotAvailableException OtaUpdaterLowLevelException

Public Member Functions inherited from