GetManagementSize

nn::ir::CTR::Communicator::GetManagementSize Member Function

Syntax

static size_t GetManagementSize(
     s32 dataNum
);

Parameters

Name Description
in dataNum The number of data packets being saved at one time simultaneously.

Return Values

The size of the buffer management region.

Description

Calculates the size required for the management region for packets being received or sent.

The size of this management region depends on the number of data packets being received (or being sent) that will be saved at one time simultaneously.

Revision History

2011/08/30
Initial version.

CONFIDENTIAL