nn::cec::CTR::Message::NewMessage Member Function

Syntax

nn::Result NewMessage(
     TitleId cecTitleId,
     u32 groupId,
     MessageTypeFlag messageTypeFlag,
     SendMode sendMode,
     u8 sendCount,
     u8 propagationCount
);

Arguments

Name Description
in cecTitleId Unique title ID.
in groupId The message group ID is the value set by the SetGroupID function.
in messageTypeFlag Specifies whether the recipient is a friend or a non-friend using the MessageTypeFlag enumerated type.
in sendMode Specifies the send mode (receive only, send only, send and receive, or exchange) using the SendMode enumerated type. It should match the value set by the SetSendMode function.
in sendCount The sendCount and propagationCount values cannot both be set to greater than 1 at the same time.
in propagationCount The sendCount and propagationCount values cannot both be set to greater than 1 at the same time.

Return Values

nn::Result

Description

Creates a new message.

This function sets the basic parameters. A message is sent during StreetPass communication after the message body is set by the SetMessageBody function and the message is written to the outbox by the MessageBox::WriteMessage function. You must set the icon and message body separately.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL