libnx
v4.7.0
|
INS services IPC wrapper. More...
Go to the source code of this file.
Functions | |
Result | insrInitialize (void) |
Initialize ins:r. | |
void | insrExit (void) |
Exit ins:r. | |
Service * | insrGetServiceSession (void) |
Gets the Service object for the actual ins:r service session. | |
Result | insrGetLastTick (u32 id, u64 *tick) |
Retrieves the last system tick the event corresponding to the ID was signaled at. More... | |
Result | insrGetReadableEvent (u32 id, Event *out) |
Retrieves the event corresponding to the ID. More... | |
Result | inssInitialize (void) |
Initialize ins:s. | |
void | inssExit (void) |
Exit ins:s. | |
Service * | inssGetServiceSession (void) |
Gets the Service object for the actual ins:s service session. | |
Result | inssGetWritableEvent (u32 id, Event *out) |
Retrieves the event corresponding to the ID. More... | |
INS services IPC wrapper.
Retrieves the last system tick the event corresponding to the ID was signaled at.
[in] | id | Ins request ID (should be 0..4). |
[out] | tick. |
Retrieves the event corresponding to the ID.
[in] | id | Ins request ID (should be 0..4). |
[out] | out. |