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 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. |
Gets the loadable size from the buffer(s) and returns the result of the operation.
CONFIDENTIAL