nn::cec::CTR::MessageBox::GetMessageIdPair Member Function
nn::Result GetMessageIdPair(
MessageId * messId,
const CecBoxType boxType,
const u32 messIndex
);
| Name | Description | |
|---|---|---|
| out | messId | MessageID |
| in | boxType | CecBoxType |
| in | messIndex | The nth message. |
nn::Result| Value | Description |
|---|---|
Result::IsSuccess |
Process succeeded. |
ResultNoData |
There is no MessageId value. |
| A value other than the above. | Process failed. |
Gets the ID of the exchanged message forming a pair with this one.
When the communication method (SendMode) is "exchange," the message ID of the message sent by the other peer is recorded in the received message, forming a pair.
CONFIDENTIAL