nn::dlp::CTR::ClientDiscoveredTitle Structure

Syntax

struct ClientDiscoveredTitle
{
   u32 uniqueId;
   u8 childIndex;
   u8 mac[6];
   u16 programVersion;
};

Description

Event information when the EventDesc type is EVENT_TYPE_CLIENT_DISCOVERED_TITLE.

Member Variables

uniqueId Unique ID of the title discovered during scanning.
childIndex Child index of the title discovered during scanning.
mac MAC address of the server that has the title discovered during scanning.
programVersion Program version of the title discovered during scanning.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL