Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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