nn::cec::CTR::CecNotificationParam Structure

Syntax

struct CecNotificationParam
{
   nn::fnd::DateTimeParameters recvDate;
   u32 cecTitleId;
   u8 messageId[CEC_SIZEOF_MESSAGEID];
};

Description

Receive information for each box.

Member Variables

recvDate Receive date.
cecTitleId The cecTitleId of the box.
messageId The MessageID of the received messages (only for the first message).

CONFIDENTIAL