RtcManager Interface Reference
Rtc Manager.
Inheritance diagram for RtcManager:

Public Member Functions | |
| Rtc | getRtc () throws RtcNotAvailableException, RtcLowLevelException |
| Gets rtc. 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 rtc manager. Recommended to finish properly
| Rtc getRtc | ( | ) | throws RtcNotAvailableException, RtcLowLevelException |
- Returns
- rtc
- Exceptions
-
RtcNotAvailableException RtcLowLevelException

Public Member Functions inherited from