PartyRemoteDeviceLeftNetworkStateChange

Information specific to the RemoteDeviceLeftNetwork type of state change.

Syntax

struct PartyRemoteDeviceLeftNetworkStateChange : PartyStateChange {  
    PartyDestroyedReason reason;  
    PartyError errorDetail;  
    PartyDevice* device;  
    PartyNetwork* network;  
}  

Members

reason   PartyDestroyedReason

The reason the device left the network.

errorDetail   PartyError

A diagnostic value providing additional troubleshooting information regarding any potential error condition.

The human-readable form of this error detail can be retrieved via PartyManager::GetErrorMessage().

device   PartyDevice*

The device that left.

network   PartyNetwork*

The network that was left.

Remarks

This state change indicates that the device just left the network.

Requirements

Header: Party.h

See also

Party members