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 still 1 or greater.

Note: If 2 is specified, a message is sent twice: once from the original sender, and then once from recipients of the original sending. Be aware that data sent by the local host might be returned to the local host.

If the same message is already in the inbox, or if there is no room in the outbox, received messages are not copied to the outbox. In such cases, the message will not be propagated further.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL