nn::cec::CTR::Message::SetSendCount Member Function

Syntax

nn::Result SetSendCount(
     const u8 sendCount
);

Arguments

Name Description
in sendCount Send count.

Return Values

nn::Result

Description

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

A message will remain in the outbox even after it has been sent and its send count is 0.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL