PFMultiplayerServerDetails
Details about a Playfab Multiplayer Server.
Syntax
struct PFMultiplayerServerDetails {
const char* fqdn;
const char* ipv4Address;
const PFMultiplayerPort* ports;
uint32_t portCount;
const char* region;
}
Members
fqdn
const char*
is null-terminated
The fully qualified domain name of the virtual machine that is hosting this multiplayer server.
ipv4Address
const char*
is null-terminated
The IPv4 address of the virtual machine that is hosting this multiplayer server.
ports
const PFMultiplayerPort*
The ports the multiplayer server uses.
portCount
uint32_t
The number of ports the multiplayer server uses.
region
const char*
is null-terminated
The server's region.
Requirements
Header: PFMatchmaking.h