nn::cec::CTR::CecNotificationData Structurestruct CecNotificationData
{
size_t num;
s32 count;
CecNotificationParam param[MESSAGE_BOX_NUM_MAX];
};
Receive information.
This is the information that can be retrieved from GetCecInfoBuffer.
| num | size_t | Item count. | |
|---|---|---|---|
| count | s32 | Communication event count (since system startup). This value is incremented each time communication occurs. | |
| param | CecNotificationParam | Information about each box. |
CONFIDENTIAL