Possible geomonitor events.
Synopsis:
#include <bps/geomonitor.h>
enumĀ {
GEOMONITOR_INFO = 0x01
GEOMONITOR_ERROR = 0x02
};
Data:
- GEOMONITOR_INFO
- The geomonitor event occurred, which indicates that one of the monitored areas have been entered, exited, etc.
- GEOMONITOR_ERROR
- The geomonitor error event, which indicates that there was an error and provides details of that error.
Library:
libbps (For the qcc command, use the -l bps option to link against this library)
Description:
This enumeration defines the possible geomonitor events.