GetReceiveSizeFreeAndUsed

nn::ir::CTR::Communicator::GetReceiveSizeFreeAndUsed Member Function

Syntax

static void GetReceiveSizeFreeAndUsed(
     size_t * pSizeFree,
     s32 * pCountFree,
     size_t * pSizeUsed,
     s32 * pCountUsed
);

Parameters

Name Description
out pSizeFree Stores the available space in the region used to save received packets.
out pCountFree Stores the number of available entries in the region used to manage received packets.
out pSizeUsed Stores the amount of space used in the region used to save received packets.
out pCountUsed Stores the number of entries used in the region used to manage received packets.

Return Values

None.

Description

Returns values for available space, used space, number of available entries, and used entries in the regions used to save and manage received packets.

Revision History

2011/08/30
Initial version.

CONFIDENTIAL