nn::cec::CTR::CecNotificationParam

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.

This is the information contained in CecNotificationData.

Member Variables

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

Revision History

2010/11/10
Initial version.

CONFIDENTIAL