Deklariert in OTSession.h

OTSessionConnectionStatus

Die Verbindungsstatuscodes, die über [OTSession sessionConnectionStatus].

Definition

typedef NS_ENUM(int32_t, OTSessionConnectionStatus ) {    OTSessionConnectionStatusNotConnected,    OTSessionConnectionStatusConnected,    OTSessionConnectionStatusConnecting,    OTSessionConnectionStatusReconnecting,    OTSessionConnectionStatusDisconnecting,    OTSessionConnectionStatusFailed, };

Konstanten

OTSessionConnectionStatusNotConnected : Die Sitzung ist nicht verbunden.

Declared In `OTSession.h`.

OTSessionConnectionStatusConnected : Die Sitzung ist verbunden.

Declared In `OTSession.h`.

OTSessionConnectionStatusConnecting : Die Sitzung wird gerade hergestellt.

Declared In `OTSession.h`.

OTSessionConnectionStatusReconnecting : Die Sitzung wird neu verbunden.

Declared In `OTSession.h`.

OTSessionConnectionStatusDisconnecting : Die Sitzung wird beendet.

Declared In `OTSession.h`.

OTSessionConnectionStatusFailed : Bei der Sitzung ist ein schwerwiegender Fehler aufgetreten.

Declared In `OTSession.h`.

Angemeldet in

OTSession.h