PartyRemoteDeviceJoinedNetworkStateChange
Information specific to the RemoteDeviceJoinedNetwork type of state change.
Syntax
struct PartyRemoteDeviceJoinedNetworkStateChange : PartyStateChange {
PartyDevice* device;
PartyNetwork* network;
}
Members
device
PartyDevice*
The device that joined.
network
PartyNetwork*
The network that was joined.
Remarks
This state change indicates that the device has just joined the network.
Requirements
Header: Party.h