nn::hio::CTR::SerialChannel::Write Member Function#include <nn/hio.h> Result Write( size_t * pWrittenSize, const void * buf, size_t size, bit32 attr = ATTRIBUTE_NONE ); s32 Write( const void * buf, size_t size, bit32 attr = ATTRIBUTE_NONE );
Write(size_t *, const void *, size_t, bit32)
|
Sends data to the host and returns the result of the operation. |
Write(const void *, size_t, bit32)
|
Sends data to the host. |
Write(size_t *, const void *, size_t, bit32)Write(const void *, size_t, bit32)CONFIDENTIAL