Share via


GKSendDataMode Enum

Definition

An enumeration that allows data transmission to trade off speed for reliability.

public enum GKSendDataMode
type GKSendDataMode = 
Inheritance
GKSendDataMode

Fields

Name Value Description
Reliable 0

Slower, but rebroadcast until received. Reliable data is guaranteed to arrive in order of transmission.

Unreliable 1

Fast, but not guaranteed to arrive and may arrive out of order.

Applies to

See also