Declared in SBKConstants.h

SBKBeaconConnectionStatus

Constants to indicate connection status.

Definition

typedef NS_ENUM(int, SBKBeaconConnectionStatus ) {
   SBKBeaconConnectionStatusDisconnected = 0,
   SBKBeaconConnectionStatusConnecting,
   SBKBeaconConnectionStatusConnected,
};

Constants

SBKBeaconConnectionStatusDisconnected

The connection is disconnected.

Declared In SBKConstants.h.

SBKBeaconConnectionStatusConnecting

The connection is connecting.

Declared In SBKConstants.h.

SBKBeaconConnectionStatusConnected

The connection is connected.

Declared In SBKConstants.h.

Declared In

SBKConstants.h