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 a child program discovered during a scan.
childIndex Child index of a child program discovered during a scan.
mac MAC address of the server that has a child program discovered during a scan.
programVersion Program version of a child program discovered during a scan.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL