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

Syntax

nn::Result SetPropagationCount(
     u8 propagationCount
);

Arguments

Name Description
in propagationCount Propagation count.

Return Values

nn::Result

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.

When specifying 2, a message is sent twice: once from the original sender, and then once from the receiver of that first sending.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL