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 data size is stored.
in attr Receive attribute.
When ATTRIBUTE_NONE is specified, gets the readable size from the buffer in the CTR.
When ATTRIBUTE_IN_PC is specified, gets the sum of the readable sizes from the buffers in the CTR and the PC.

Return Values

Returns the result of the operation.

Description

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


CONFIDENTIAL