libnx  v4.6.0
Data Structures | Functions
nim.h File Reference

Network Install Manager (nim) service IPC wrapper. More...

#include "../types.h"
#include "../sf/service.h"

Go to the source code of this file.

Data Structures

struct  NimSystemUpdateTaskId
 SystemUpdateTaskId. More...
 

Functions

Result nimInitialize (void)
 Initialize nim.
 
void nimExit (void)
 Exit nim.
 
ServicenimGetServiceSession (void)
 Gets the Service object for the actual nim service session.
 
Result nimListSystemUpdateTask (s32 *out_count, NimSystemUpdateTaskId *out_task_ids, size_t max_task_ids)
 
Result nimDestroySystemUpdateTask (const NimSystemUpdateTaskId *task_id)
 

Detailed Description

Network Install Manager (nim) service IPC wrapper.

Author
SciresM