nn::cec::CTR::SendMode Type

Syntax

typedef u8 nn::cec::CTR::SendMode;

Description

The sending mode for messages. Specified in a message.

SENDMODE_RECV: Receiving only
SENDMODE_SEND: Sending only
SENDMODE_SENDRECV: Sending and receiving
SENDMODE_EXCHANGE: Exchanging

Messages set to SENDMODE_RECV will not be sent, and will only wait for reception from a communication partner.
Messages set to SENDMODE_EXCHANGE will only save received messages if sending is successful.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL