PFMultiplayerPort

Playfab 多人游戏服务器使用的端口。

语法

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

成员

name const char*
以 null 结尾

PlayFab Game Manager 服务器设置中指定的端口的名称。

num uint32_t

端口的编号。

protocol PFMultiplayerProtocolType

端口的协议。

要求

标头: PFMatchmaking.h

另请参阅

PFMatchmaking 成员