nn::dlp::CTR::EventDesc Structure

Syntax

struct EventDesc
{
   nn::util::SizedEnum1< EventType > type;
   union
   {
       ClientDiscoveredServer clientDiscoveredServer;
       ClientDiscoveredTitle clientDiscoveredTitle;
       ClientStateWaitingInvite clientStateWaitingInvite;
   }
};

Description

Notification of an event occurring in DLP. The information changes depending on the type member.

Member Variables

type nn::util::SizedEnum1< EventType > Represents the event type being notified.
clientDiscoveredServer ClientDiscoveredServer Additional information when the type is EVENT_TYPE_CLIENT_DISCOVERED_SERVER.
clientDiscoveredTitle ClientDiscoveredTitle Additional information when the type is EVENT_TYPE_CLIENT_DISCOVERED_TITLE.
clientStateWaitingInvite ClientStateWaitingInvite Additional information when the type is EVENT_TYPE_CLIENT_STATE_WAITING_EVENT.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL