|
libnx
|
Time services IPC wrapper. More...
Go to the source code of this file.
Enumerations | |
| enum | TimeType { TimeType_UserSystemClock, TimeType_NetworkSystemClock, TimeType_LocalSystemClock, TimeType_Default = TimeType_NetworkSystemClock } |
| Time clock type. | |
Functions | |
| Result | timeInitialize (void) |
| void | timeExit (void) |
| Service * | timeGetSessionService (void) |
| Result | timeGetCurrentTime (TimeType type, u64 *timestamp) |
| Result | timeSetCurrentTime (TimeType type, u64 timestamp) |
| Sets the time for the specified clock. More... | |
Time services IPC wrapper.
1.8.11