Syntax
int PCMSGeofenceExportSet(PCMServerID serv, const char *setName, const char *fileName, const char *delimiter)
Parameters
PCMServerID serv – The PC*MILER server ID.
const char *setName – The name of the Geofence set to be exported.
const char *fileName – The delimited text file where Geofence information will be deposited.
const char *delimiter – Delimits the results in the text file.
Description
Exports detailed information for a specific Geofence set out to a delimited text file. The name of the set determines which set is exported. All of the information fields will be delimited with a symbol of your choice.
Return Values
Returns one (1) on success; zero (0) on failure.
Supported Since: PC*MILER Connect 26
Category: Custom Data