Result FRDN_SuspendAsync(bool immediately)
Suspends the friends daemon.
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_QueryStatus(u8 *status)
Queries the status of the friends daemon.
Result frdnInit()
Initializes the friend network daemon service.
Result FRDN_Resume()
Resumes the friends daemon.
void frdnExit(void)
Exits the friend network daemon service.
uint8_t u8
would be nice if newlib had this already
Definition types.h:21
u32 Handle
Resource handle.
Definition types.h:41
s32 Result
Function result.
Definition types.h:42