nn::cec::CTR::GetCecInfoBuffer Function

Syntax

nn::Result GetCecInfoBuffer(
     u32 cecTitleId,
     u8 pCecInfoBuffer[],
     size_t size
);

Arguments

Name Description
in cecTitleId Specifies a CecTitleID.
out pCecInfoBuffer[] Specifies the buffer to receive the CecNotificationData.
in size Specifies the buffer size.

Return Values

nn::Result

Description

Gets information about a received message.

Can only be used to get information about one message, even when multiple grouped messages are received.


CONFIDENTIAL