> ## 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.

# XGameStreamingConnectionState

> XGameStreamingConnectionState

# XGameStreamingConnectionState

스트리밍 클라이언트 장치에 대한 연결 상태를 포함합니다.

<a id="syntaxSection" />

## 구문

```cpp theme={null}
enum class XGameStreamingConnectionState  : uint32_t
{
    Disconnected = 0,
    Connected = 1
}
```

<a id="constantsSection" />

## 상수

| 상수           | 설명                         |
| ------------ | -------------------------- |
| Disconnected | 클라이언트 장치가 현재 연결이 끊긴 상태입니다. |
| Connected    | 클라이언트 장치가 현재 연결된 상태입니다.    |

<a id="remarksSection" />

## 설명

장치는 `Connected` 또는 `Disconnected` 상태일 수 있습니다.

[XGameStreamingClientChangedCallback](/reference/system/xgamestreaming/functions/xgamestreamingconnectionstatechangedcallback)은 스트리밍 장치가 연결되거나 연결이 끊길 때마다 호출됩니다.

[XGameStreamingRegisterConnectionStateChanged](/reference/system/xgamestreaming/functions/xgamestreamingregisterconnectionstatechanged)를 통해 등록되면 이미 연결된 모든 장치에 대해 콜백이 호출됩니다.

<a id="requirementsSection" />

## 요구 사항

**헤더:** xgamestreaming.h

**지원되는 플랫폼:** Windows, XBOX One 계열 콘솔 및 XBOX Series 콘솔

<a id="seealsoSection" />

## 함께 보기

[XGameStreaming](/reference/system/xgamestreaming/xgamestreaming_members)\
[XGameStreamingClientChangedCallback](/reference/system/xgamestreaming/functions/xgamestreamingconnectionstatechangedcallback)\
[XGameStreamingUnregisterConnectionStateChanged](/reference/system/xgamestreaming/functions/xgamestreamingunregisterconnectionstatechanged)\
[XGameStreamingRegisterConnectionStateChanged](/reference/system/xgamestreaming/functions/xgamestreamingregisterconnectionstatechanged)


## Related topics

- [XGameStreamingConnectionStateChangedCallback](/ko/reference/system/xgamestreaming/functions/xgamestreamingconnectionstatechangedcallback.md)
- [XGameStreamingIsStreaming](/ko/reference/system/xgamestreaming/functions/xgamestreamingisstreaming.md)
- [XGameStreamingGetConnectionState](/ko/reference/system/xgamestreaming/functions/xgamestreaminggetconnectionstate.md)
- [XGameStreamingRegisterConnectionStateChanged](/ko/reference/system/xgamestreaming/functions/xgamestreamingregisterconnectionstatechanged.md)
- [XGameStreaming](/ko/reference/system/xgamestreaming/xgamestreaming_members.md)
