nn::cec::CTR::Message::SetGroupID Member Functionnn::Result SetGroupID( u32 groupId );
| Name | Description | |
|---|---|---|
| in | groupId | Group ID |
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.
CONFIDENTIAL