nn::cec::CTR::Message::GetSendCount Member Function

Syntax

u8 GetSendCount() const;

Arguments

None.

Return Values

Send count.

Description

Gets the send count. The send count is decremented by one with each send. The data is no longer sent once the count reaches zero.

The message remains in the outbox even after it has been sent and its send count is 0.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL