nn::cec::CTR::Message::SetGroupID Member Functionnn::Result SetGroupID( u32 groupId );
| Name | Description | |
|---|---|---|
| in | groupId | Group ID |
| Value | Description |
|---|---|
Result::IsSuccess |
Process succeeded. |
| A value other than the above. | Process failed. |
Sets the Group ID for a Message. Messages in the outbox with the same GroupID 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.
* You can combine this with a MessageTypeFlag to send different data depending on the communication peer.
CONFIDENTIAL