Collaboration diagram for Enumerations:

Enumerations

enum  Type { GEOFENCE_ADDED = 0, GEOFENCE_REMOVED = 1 }
 Action asociated to geofence added or removed More...
 
enum  Type {
  ENTER = 0, EXIT = 1, ENTER_ENABLED = 2, EXIT_DISABLED = 3,
  ENABLED = 4, DISABLED = 5
}
 Geofence status More...
 
enum  Type { SOG_ADDED = 0, SOG_REMOVED = 1 }
 

Detailed Description

List of enumerations available for Geofencing Events

Enumeration Type Documentation

enum Type
strong
Enumerator
GEOFENCE_ADDED 

Geofence added

GEOFENCE_REMOVED 

Geofence removed

enum Type
strong
Enumerator
ENTER 

Enter to geofence

EXIT 

Exit from the geofence

ENTER_ENABLED 

Enter to geofence enabled

EXIT_DISABLED 

Exit from geofence disabled

ENABLED 

Geofence enabled

DISABLED 

Geofence disabled

enum Type
strong
Enumerator
SOG_ADDED 

Set of geofence added

SOG_REMOVED 

Set of geofence removed