SetSendCount

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

Syntax

nn::Result SetSendCount(
     u8 sendCount
);

Parameters

Name Description
in sendCount Send count.

Return Values

nn::Result

Value Description
Result::IsSuccess Process succeeded.

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.

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