libctru v2.5.0
Loading...
Searching...
No Matches
Functions
frdn.h File Reference

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.
 
HandlefrdnGetSessionHandle (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.
 

Detailed Description

Friend Network Daemon Service.

Function Documentation

◆ FRDN_GetHandleOfNdmStatusChangedEvent()

Result FRDN_GetHandleOfNdmStatusChangedEvent ( Handle evt)

Gets the handle signaled whenever the friends daemon changes its status.

Parameters
evtPointer to write the shared status changed event handle to.

◆ FRDN_QueryStatus()

Result FRDN_QueryStatus ( u8 status)

Queries the status of the friends daemon.

Parameters
statusPointer to output the status value to.

◆ FRDN_SuspendAsync()

Result FRDN_SuspendAsync ( bool  immediately)

Suspends the friends daemon.

Parameters
immediatelyWhether or not to suspend immediately.