Line 2,366: |
Line 2,366: |
| === AlarmSettingNotificationEnableAppEventReserve === | | === AlarmSettingNotificationEnableAppEventReserve === |
| Takes an input [[#IStorage]] and an u64 <code>nn::ncm::ApplicationId</code>, no output. | | Takes an input [[#IStorage]] and an u64 <code>nn::ncm::ApplicationId</code>, no output. |
| + | |
| + | Clears a StorageChannel, pushes the input storage there, and writes the ApplicationId into state. |
| | | |
| === AlarmSettingNotificationDisableAppEventReserve === | | === AlarmSettingNotificationDisableAppEventReserve === |
| No input/output. | | No input/output. |
| + | |
| + | Clears the StorageChannel/saved-ApplicationId used by [[#AlarmSettingNotificationEnableAppEventReserve]]. |
| | | |
| === AlarmSettingNotificationPushAppEventNotify === | | === AlarmSettingNotificationPushAppEventNotify === |
| Takes an input [[#IStorage]], no output. | | Takes an input [[#IStorage]], no output. |
| + | |
| + | Same as [[#PushToNotificationStorageChannel]] except this uses the MainApplication. |
| | | |
| === FriendInvitationSetApplicationParameter === | | === FriendInvitationSetApplicationParameter === |
| Takes an input [[#IStorage]] and an u64 <code>nn::ncm::ApplicationId</code>, no output. | | Takes an input [[#IStorage]] and an u64 <code>nn::ncm::ApplicationId</code>, no output. |
| + | |
| + | Clears a StorageChannel, pushes the input storage there, and writes the ApplicationId into state. |
| | | |
| === FriendInvitationClearApplicationParameter === | | === FriendInvitationClearApplicationParameter === |
| No input/output. | | No input/output. |
| + | |
| + | Clears the StorageChannel/saved-ApplicationId used by [[#FriendInvitationSetApplicationParameter]]. |
| | | |
| === FriendInvitationPushApplicationParameter === | | === FriendInvitationPushApplicationParameter === |
| Takes an input [[#IStorage]], no output. | | Takes an input [[#IStorage]], no output. |
| + | |
| + | Same as [[#PushToFriendInvitationStorageChannel]] except this uses the MainApplication. |
| | | |
| == IStorage == | | == IStorage == |