HeartbeatState Constants Reference

Declared in TCGBHeartbeat.h

HeartbeatState

Definition

typedef NS_ENUM(NSUInteger, HeartbeatState ) {
   HeartbeatNotInitialized = 0,
   HeartbeatInitialized,
   HeartbeatStopped,
   HeartbeatStarted,
   HeartbeatMax,
};

Constants

HeartbeatNotInitialized

Declared In TCGBHeartbeat.h.

HeartbeatInitialized

Declared In TCGBHeartbeat.h.

HeartbeatStopped

Declared In TCGBHeartbeat.h.

HeartbeatStarted

Declared In TCGBHeartbeat.h.

HeartbeatMax

Declared In TCGBHeartbeat.h.