nn::applet::CTR::ReceiveDeliverArg Function
bool ReceiveDeliverArg(
u8 pParam[ ],
size_t paramSize,
u8 pHmacBuf[],
size_t hmacBufSize,
bit32 * pUniqueId
);
| Name | Description | |
|---|---|---|
| out | pParam[ ] | The DeliverArg buffer for receiving data. |
| paramSize | ||
| out | pHmacBuf[ ] | The HMAC buffer for receiving data. |
| hmacBufSize | ||
| out | pUniqueId | A buffer for receiving the UniqueId for transmissions. |
Gets DeliverArg and HMAC information as well as the UniqueId for transmissions.
There are NN_APPLET_PARAM_BUF_SIZE (768) bytes of DeliverArg information.
There are NN_APPLET_HMAC_BUF_SIZE (32) bytes of HMAC information.
The buffers passed as arguments should be allocated for at least the above sizes.
CONFIDENTIAL