nn::hio::CTR::SerialChannel::GetReadableSize Member Function

Syntax

#include <nn/hio.h>

Result GetReadableSize(
     size_t * pSize,
     bit32 attr = ATTRIBUTE_NONE
);

Arguments

Name Description
out pSize Location where the size of the data is stored.
in attr Reception attribute.
When ATTRIBUTE_NONE is specified, this function gets the loadable size from the CTR-side buffer.
When ATTRIBUTE_IN_PC is specified, this function gets the sum of the loadable sizes of the CTR-side and PC-side buffers.

Return Values

Returns the result of the operation.

Description

Gets the loadable size from the buffer(s) and returns the result of the operation.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL