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