nn::hio::CTR::SerialChannel::GetReadableSize Member Function#include <nn/hio.h> Result GetReadableSize( size_t * pSize, bit32 attr = ATTRIBUTE_NONE );
| 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. |
Gets the readable size from the buffer(s) and returns the result of the operation.
CONFIDENTIAL