GetSendSizeFreeAndUsed

nn::ir::CTR::Communicator::GetSendSizeFreeAndUsed Member Function

Syntax

static void GetSendSizeFreeAndUsed(
     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 outgoing packets.
out pCountFree Stores the number of available entries in the region used to manage outgoing packets.
out pSizeUsed Stores the amount of space used in the region used to save outgoing packets.
out pCountUsed Stores the number of entries used in the region used to manage outgoing packets.

Return Values

None.

Description

Returns values for available space, used space, number of available entries, and used entries in the regions for saving and managing outgoing packets.

Revision History

2011/08/30
Initial version.

CONFIDENTIAL