libctru v2.5.0
|
Friend Network Daemon Service. More...
#include <3ds/types.h>
Go to the source code of this file.
Functions | |
Result | frdnInit () |
Initializes the friend network daemon service. | |
void | frdnExit (void) |
Exits the friend network daemon service. | |
Handle * | frdnGetSessionHandle (void) |
Get the friend network daemon service handle. | |
Result | FRDN_GetHandleOfNdmStatusChangedEvent (Handle *evt) |
Gets the handle signaled whenever the friends daemon changes its status. | |
Result | FRDN_Resume () |
Resumes the friends daemon. | |
Result | FRDN_SuspendAsync (bool immediately) |
Suspends the friends daemon. | |
Result | FRDN_QueryStatus (u8 *status) |
Queries the status of the friends daemon. | |
Friend Network Daemon Service.
Gets the handle signaled whenever the friends daemon changes its status.
evt | Pointer to write the shared status changed event handle to. |
Queries the status of the friends daemon.
status | Pointer to output the status value to. |
Result FRDN_SuspendAsync | ( | bool | immediately | ) |
Suspends the friends daemon.
immediately | Whether or not to suspend immediately. |