nn::cec::CTR::Message::SetGroupID Member Function

Syntax

nn::Result SetGroupID(
     u32 groupId
);

Arguments

Name Description
in groupId Group ID

Return Values

nn::Result

Value Description
ResultSuccess Process succeeded.
A value other than the above. Failed.

Description

Sets the Group ID for a Message. Messages with the same GroupID within the outbox are grouped and sent together.

Anything in excess of the maximum size for a single send will not be grouped.
When 0 is specified, nothing will be grouped, and items will be sent individually.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL