Improved docs.

This commit is contained in:
yellows8 2019-11-11 19:18:44 -05:00
parent 9888df18da
commit 9ca626fd82
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43
2 changed files with 3 additions and 4 deletions

View File

@ -133,5 +133,5 @@ typedef struct {
typedef struct {
u64 program_id; ///< ProgramId
u8 storageID; ///< \ref NcmStorageId
u8 pad[7];
u8 pad[7]; ///< Padding
} NcmProgramLocation;

View File

@ -299,7 +299,7 @@ Result nsEstimateRequiredSize(const NcmContentMetaKey *meta, s32 count, s64 *out
/**
* @brief RequestReceiveApplication
* @note The system will use the input addr/port with connect(). addr/port are little-endian.
* @note This is the Application version of \ref nssuControlRequestReceiveSystemUpdate, see the notes for that.
* @note Only available on [4.0.0+].
* @param[out] a \ref AsyncResult
* @param[in] addr Server IPv4 address.
@ -328,8 +328,7 @@ Result nsGetReceiveApplicationProgress(u64 application_id, NsReceiveApplicationP
/**
* @brief RequestSendApplication
* @note The system will use the input addr/port with bind(), the input addr will eventually be validated with the addr from accept(). addr/port are little-endian.
* @note After the system accepts a connection etc, an error will be thrown if the system is Internet-connected.
* @note This is the Application version of \ref nssuRequestSendSystemUpdate, see the notes for that.
* @note Only available on [4.0.0+].
* @param[out] a \ref AsyncResult
* @param[in] addr Client IPv4 address.