---
title: GKSendDataMode
framework: gamekit
role: symbol
role_heading: Enumeration
path: gamekit/gksenddatamode
---

# GKSendDataMode

The mechanism used to transmit data to other peers.

## Declaration

```swift
enum GKSendDataMode
```

## Topics

### Constants

- [GKSendDataMode.reliable](gamekit/gksenddatamode/reliable.md)
- [GKSendDataMode.unreliable](gamekit/gksenddatamode/unreliable.md)

### Initializers

- [init(rawValue:)](gamekit/gksenddatamode/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Deprecated enumerations

- [GKGameSessionError.Code](gamekit/gkgamesessionerror/code.md)
- [GKPeerConnectionState](gamekit/gkpeerconnectionstate.md)
- [GKPeerPickerConnectionType](gamekit/gkpeerpickerconnectiontype.md)
- [GKSessionError.Code](gamekit/gksessionerror-swift.struct/code.md)
- [GKSessionError](gamekit/gksessionerror-swift.struct.md)
- [GKSessionMode](gamekit/gksessionmode.md)
- [GKVoiceChatServiceError.Code](gamekit/gkvoicechatserviceerror-swift.struct/code.md)
- [GKVoiceChatServiceError](gamekit/gkvoicechatserviceerror-swift.struct.md)
