nn::cec::CTR::SendMode Typetypedef u8 nn::cec::CTR::SendMode;
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.
CONFIDENTIAL