#include <nnsys/mcs.h>
BOOL NNS_McsGetStreamWritableLength(u32* pLength);
pLength | Pointer to the variable to put the size (number of bytes) that can be sent at once. |
TRUE if the function succeeds. FALSE otherwise.
Obtains the size (number of bytes) that can be sent at once. When using the function NNS_McsWriteStream
to write the data that exceeds the size that can be sent at once, function calls will be blocked until the PC reads the written data, and control will not be returned.
2004/11/30 Added description. 2004/06/01 Initial version.
CONFIDENTIAL