PFMultiplayerPort

A port used by a Playfab Multiplayer Server.

Syntax

struct PFMultiplayerPort {  
    const char* name;  
    uint32_t num;  
    PFMultiplayerProtocolType protocol;  
}  

Members

name   const char*
is null-terminated

The name of the port as specified in the PlayFab Game Manager server settings.

num   uint32_t

The number for the port.

protocol   PFMultiplayerProtocolType

The protocol for the port.

Requirements

Header: PFMatchmaking.h

See also

PFMatchmaking members