nn::cec::CTR::Message::SetPropagationCount Member Function

Syntax

nn::Result SetPropagationCount(
     u8 propagationCount
);

Arguments

Name Description
in propagationCount Propagation count.

Return Values

nn::Result

Value Description
ResultSuccess Process succeeded.

Description

Specifies the propagation count. The propagation count is decremented by one upon reception. The data is copied to the outbox if the count is one or greater.

If 2 is specified, a message is sent twice: once from the original sender, and then once from the receiver of the original sending. Be aware that sent data may be returned.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL