nn::cec::CTR::CecNotificationParam Structurestruct CecNotificationParam
{
nn::fnd::DateTimeParameters recvDate;
u32 cecTitleId;
u8 messageId[CEC_SIZEOF_MESSAGEID];
};
Receive information for each box.
This is the information contained in CecNotificationData.
| recvDate | nn::fnd::DateTimeParameters |
Receive date. | |
|---|---|---|---|
| cecTitleId | u32 | The cecTitleId of the box. | |
| messageId | u8 | The MessageID of the received messages (only for the first message). |
CONFIDENTIAL