Syntax 

int PCMSGeofenceActivateSet(PCMServerID serv, const char *setName, int activate)


Parameters 

PCMServerID serv – The PC*MILER server ID.

const char *setName – The name of the Geofence set being activated.

bool activate – Set to True to activate a Geofence set; False to deactivate.


Description

Activates or deactivates a specific Geofence set for routing and reporting purposes using the name of that set.


Return Values 

Returns one (1) on success; zero (0) on failure.


Supported Since: PC*MILER Connect 26

Category: Custom Data