nn::cec::CTR::MessageBox::GetMessageMessIdPair Member Function
nn::Result GetMessageMessIdPair(
MessageId * messId,
const CecBoxType boxType,
const u32 messIndex
);
| Name | Description | |
|---|---|---|
| out | messId | MessageID |
| in | boxType | CecBoxType |
| in | messIndex | The nth message. |
| Value | Description |
|---|---|
ResultSuccess |
Process succeeded. |
ResultNoData |
There is no MessageId value. |
| A value other than the above. | Failed. |
Gets the pair of MessageIDs corresponding to a message exchange.
With this method of message exchange, each partner records the MessageID of the message they sent in the message they received.
CONFIDENTIAL