Skip to main content

PCMSGeofenceActivateSet

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

Last updated July 19, 2025.