libnx
v4.7.0
|
Wrapper for using the cabinet (amiibo) LibraryApplet. More...
Go to the source code of this file.
Data Structures | |
struct | NfpLaAmiiboSettingsStartParam |
AmiiboSettingsStartParam. More... | |
struct | NfpLaStartParamForAmiiboSettings |
StartParamForAmiiboSettings. More... | |
struct | NfpLaReturnValueForAmiiboSettings |
ReturnValueForAmiiboSettings. More... | |
Functions | |
Result | nfpLaStartNicknameAndOwnerSettings (const NfpLaAmiiboSettingsStartParam *in_param, const NfpTagInfo *in_tag_info, const NfpRegisterInfo *in_reg_info, NfpTagInfo *out_tag_info, NfcDeviceHandle *handle, bool *reg_info_flag, NfpRegisterInfo *out_reg_info) |
Launches the applet for NicknameAndOwnerSettings. More... | |
Result | nfpLaStartGameDataEraser (const NfpLaAmiiboSettingsStartParam *in_param, const NfpTagInfo *in_tag_info, NfpTagInfo *out_tag_info, NfcDeviceHandle *handle) |
Launches the applet for GameDataEraser. More... | |
Result | nfpLaStartRestorer (const NfpLaAmiiboSettingsStartParam *in_param, const NfpTagInfo *in_tag_info, NfpTagInfo *out_tag_info, NfcDeviceHandle *handle) |
Launches the applet for Restorer. More... | |
Result | nfpLaStartFormatter (const NfpLaAmiiboSettingsStartParam *in_param, NfpTagInfo *out_tag_info, NfcDeviceHandle *handle) |
Launches the applet for Formatter. More... | |
Wrapper for using the cabinet (amiibo) LibraryApplet.
Values for NfpLaStartParamForAmiiboSettings::type.
Result nfpLaStartFormatter | ( | const NfpLaAmiiboSettingsStartParam * | in_param, |
NfpTagInfo * | out_tag_info, | ||
NfcDeviceHandle * | handle | ||
) |
Launches the applet for Formatter.
[in] | in_param | NfpLaAmiiboSettingsStartParam |
[out] | out_tag_info | NfpTagInfo |
[out] | handle | NfcDeviceHandle |
Result nfpLaStartGameDataEraser | ( | const NfpLaAmiiboSettingsStartParam * | in_param, |
const NfpTagInfo * | in_tag_info, | ||
NfpTagInfo * | out_tag_info, | ||
NfcDeviceHandle * | handle | ||
) |
Launches the applet for GameDataEraser.
[in] | in_param | NfpLaAmiiboSettingsStartParam |
[in] | in_tag_info | NfpTagInfo. Optional, can be NULL. If specified, this must match the scanned amiibo. |
[out] | out_tag_info | NfpTagInfo. Optional, can be NULL. |
[out] | handle | NfcDeviceHandle |
Result nfpLaStartNicknameAndOwnerSettings | ( | const NfpLaAmiiboSettingsStartParam * | in_param, |
const NfpTagInfo * | in_tag_info, | ||
const NfpRegisterInfo * | in_reg_info, | ||
NfpTagInfo * | out_tag_info, | ||
NfcDeviceHandle * | handle, | ||
bool * | reg_info_flag, | ||
NfpRegisterInfo * | out_reg_info | ||
) |
Launches the applet for NicknameAndOwnerSettings.
[in] | in_param | NfpLaAmiiboSettingsStartParam |
[in] | in_tag_info | NfpTagInfo. Optional, can be NULL. If specified, this must match the scanned amiibo. |
[in] | in_reg_info | NfpRegisterInfo. Optional, can be NULL. If specified, this sets the NfpRegisterInfo which will be used for writing, with an option for the user to change it. |
[out] | out_tag_info | NfpTagInfo. Optional, can be NULL. |
[out] | handle | NfcDeviceHandle |
[out] | reg_info_flag | Flag indicating whether the data for out_reg_info is set. Optional, can be NULL. |
[out] | out_reg_info | NfpRegisterInfo, see reg_info_flag. Optional, can be NULL. |
Result nfpLaStartRestorer | ( | const NfpLaAmiiboSettingsStartParam * | in_param, |
const NfpTagInfo * | in_tag_info, | ||
NfpTagInfo * | out_tag_info, | ||
NfcDeviceHandle * | handle | ||
) |
Launches the applet for Restorer.
[in] | in_param | NfpLaAmiiboSettingsStartParam |
[in] | in_tag_info | NfpTagInfo. Optional, can be NULL. If specified, this must match the scanned amiibo. |
[out] | out_tag_info | NfpTagInfo. Optional, can be NULL. |
[out] | handle | NfcDeviceHandle |