> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFMultiplayerServerDetails

> PlayFab Multiplayer Server 연결(FQDN, IPv4 주소, 포트 및 지역)을 설명하는 PFMultiplayerServerDetails 구조체에 대한 참조입니다.

PlayFab Multiplayer Server에 대한 세부 정보입니다.

## 구문

```cpp theme={null}
struct PFMultiplayerServerDetails {  
    const char* fqdn;  
    const char* ipv4Address;  
    const PFMultiplayerPort* ports;  
    uint32_t portCount;  
    const char* region;  
}  
```

### 멤버

**`fqdn`**   const char\*\
*null로 끝남*

이 멀티플레이어 서버를 호스트하는 가상 머신의 정규화된 도메인 이름입니다.

**`ipv4Address`**   const char\*\
*null로 끝남*

이 멀티플레이어 서버를 호스트하는 가상 머신의 IPv4 주소입니다.

**`ports`**   const [PFMultiplayerPort](/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pfmatchmaking/structs/pfmultiplayerport)\*

멀티플레이어 서버가 사용하는 포트입니다.

**`portCount`**   uint32\_t

멀티플레이어 서버가 사용하는 포트의 수입니다.

**`region`**   const char\*\
*null로 끝남*

서버의 지역입니다.

## 요구 사항

**헤더:** PFMatchmaking.h

## 함께 보기

[PFMatchmaking members](/services/playfab/multiplayer/lobby/playfabmultiplayerreference-cpp/pfmatchmaking/pfmatchmaking_members)
