nn::dlp::CTR::EventDesc Structurestruct EventDesc
{
nn::util::SizedEnum1< EventType > type;
union
{
ClientDiscoveredServer clientDiscoveredServer;
ClientDiscoveredTitle clientDiscoveredTitle;
ClientStateWaitingInvite clientStateWaitingInvite;
}
};
Notification of an event occurring in DLP. The information changes depending on the type member.
| 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. |
CONFIDENTIAL