nn::dlp::CTR::Server::GetBufferSize Member Function

Syntax

static size_t GetBufferSize(
     u8 maxClientNum
);

Arguments

Name Description
in maxClientNum Specifies the maximum number of clients (from 1 to MAX_CLIENT_NUM) that can connect to the server.

Return Values

Returns the result of the operation.

Description

Gets the size of the buffer required to initialize the server.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL