nn::applet::CTR::ReceiveDeliverArg Function

Syntax

bool ReceiveDeliverArg(
     u8 pParam[ ],
     u8 pHmacBuf[],
     bit32 * pUniqueId
);

Arguments

Name Description
out pParam[ ] The DeliverArg buffer for receiving data.
out pHmacBuf[ ] The HMAC buffer for receiving data.
out pUniqueId A buffer for receiving the UniqueId for transmissions.

Return Values

Description

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.

Revision History

2010/12/09
Described the buffer sizes.
2010/11/10
Initial version.

CONFIDENTIAL