nn::hio::CTR::SerialChannel::Attribute Enumerated Type

Syntax

#include <nn/hio.h>

enum Attribute;

Values

Value Description
ATTRIBUTE_NONE Indicates that no attributes are set.
ATTRIBUTE_NO_WAIT Indicates that the function does not block if there is no data.
ATTRIBUTE_IN_PC Also gets the state of PC-side buffers when getting the buffer state.

Description

Enumerated type that represents sending/reception attributes.

Revision History

2010/03/31
Initial version.

CONFIDENTIAL