nn::dlp::CTR::ClientDiscoveredTitle Structure

Syntax

struct ClientDiscoveredTitle
{
   nn::ProgramId programId;
   u8 mac[6];
   u16 programVersion;
};

Description

Event information when the EventDesc type is EVENT_TYPE_CLIENT_DISCOVERED_TITLE.

Member Variables

programId Program ID 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