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).

Revision History

2010/11/10
Initial version.

CONFIDENTIAL