nn::dlp::CTR::ClientDiscoveredTitle

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

Revision History

2010/08/16
Initial version.

CONFIDENTIAL