PartyNetworkConfigurationMadeAvailableStateChange
Information specific to the NetworkConfigurationMadeAvailable type of state change.
Syntax
struct PartyNetworkConfigurationMadeAvailableStateChange : PartyStateChange {
PartyNetwork* network;
PartyNetworkConfiguration* networkConfiguration;
}
Members
network
PartyNetwork*
The network where the network configuration was made available.
networkConfiguration
PartyNetworkConfiguration*
The newly available network configuration.
Requirements
Header: Party.h