nn::ir::CTR::Communicator::GetReceiveSizeFreeAndUsed Member Function
static void GetReceiveSizeFreeAndUsed(
size_t * pSizeFree,
s32 * pCountFree,
size_t * pSizeUsed,
s32 * pCountUsed
);
| 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. |
Returns values for available space, used space, number of available entries, and used entries in the regions used to save and manage received packets.
CONFIDENTIAL