Updated nssu docs.

This commit is contained in:
yellows8 2019-11-05 22:34:08 -05:00
parent 09423066b0
commit 5a7f14409e
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -311,10 +311,11 @@ Result nssuDestroySystemUpdateTask(void);
/** /**
* @brief RequestSendSystemUpdate * @brief RequestSendSystemUpdate
* @note The system will use the input addr/port with bind(). addr/port are little-endian. * @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 Only available on [4.0.0+]. * @note Only available on [4.0.0+].
* @param[out] a \ref AsyncResult * @param[out] a \ref AsyncResult
* @param[in] addr IPv4 address. qlaunch uses a local-WLAN addr, however this can be any addr. * @param[in] addr Client IPv4 address. qlaunch uses a local-WLAN addr.
* @param[in] port Socket port. qlaunch uses value 55556. * @param[in] port Socket port. qlaunch uses value 55556.
* @param[in] info \ref NsSystemDeliveryInfo * @param[in] info \ref NsSystemDeliveryInfo
*/ */
@ -476,7 +477,7 @@ Result nssuControlHasReceived(NsSystemUpdateControl *c, bool* out);
* @note Only available on [4.0.0+]. * @note Only available on [4.0.0+].
* @param c \ref NsSystemUpdateControl * @param c \ref NsSystemUpdateControl
* @param[out] a \ref AsyncResult * @param[out] a \ref AsyncResult
* @param[in] addr IPv4 address. qlaunch uses a local-WLAN addr, however this can be any addr. * @param[in] addr Server IPv4 address. qlaunch uses a local-WLAN addr, however this can be any addr.
* @param[in] port Socket port. qlaunch uses value 55556. * @param[in] port Socket port. qlaunch uses value 55556.
* @param[in] info \ref NsSystemDeliveryInfo * @param[in] info \ref NsSystemDeliveryInfo
*/ */