libnx
v4.7.0
include
switch
applets
nifm_la.h
Go to the documentation of this file.
1
/**
2
* @file nifm_la.h
3
* @brief Wrapper for using the nifm LibraryApplet (the launched applet varies).
4
* @author yellows8
5
* @copyright libnx Authors
6
*/
7
#pragma once
8
#include "../types.h"
9
#include "../services/nifm.h"
10
11
/**
12
* @brief Uses \ref nifmGetResult, then on failure launches the applet.
13
* @param r \ref NifmRequest
14
*/
15
Result
nifmLaHandleNetworkRequestResult
(
NifmRequest
* r);
16
nifmLaHandleNetworkRequestResult
Result nifmLaHandleNetworkRequestResult(NifmRequest *r)
Uses nifmGetResult, then on failure launches the applet.
NifmRequest
Request.
Definition:
nifm.h:42
Result
u32 Result
Function error code result type.
Definition:
types.h:44
Generated by
1.9.1