Enumeration: GKPeerConnectionState

Overview

The state of a peer known to the session.

Constant Summary

GKPeerStateAvailable

A peer not connected to the session, but one that the session can connect to.available in ios 3.0 and later.declared in gkpublicconstants.h.

GKPeerStateUnavailable

A peer that is no longer interested in receiving connections.available in ios 3.0 and later.declared in gkpublicconstants.h.

GKPeerStateConnected

A peer connected to the session.available in ios 3.0 and later.declared in gkpublicconstants.h.

GKPeerStateDisconnected

A peer that disconnected from the session.available in ios 3.0 and later.declared in gkpublicconstants.h.

GKPeerStateConnecting

A peer attempting to connect to the session.available in ios 3.0 and later.declared in gkpublicconstants.h.