#include <nnsys/mcs.h>
u32 NNS_McsGetTotalStreamReadableSize(u16 channel);
| channel | Value for identifying a stream. You can specify in the range 0-0x3FFF. 0x4000-0x7FFF is reserved for NITRO-System applications. 0x8000-0xFFFF is reserved for the MCS system. |
The total size of the data.
Gets the sum total size of readable data in the receive buffer.
2004/10/19 Changed function name. 2004/10/08 Added a description of the channel argument. 2004/08/26 Changed the function name. Changed the channel argument type. 2004/06/01 Initial version.
CONFIDENTIAL