MAPS | DEVELOPER
 

PC*MILER Connect APIs, G

An alphabetical listing of PC*MILER Connect APIs.

PCMSGeofenceActivateSet
Syntax  int PCMSGeofenceActivateSet(PCMServerID serv, const char *setName, int activate) Parameters  PCMServerID serv – The PC*MILER server ID. const...
Thu, 25 Jun, 2020 at 7:04 PM
PCMSGeofenceExportSet
Syntax  int PCMSGeofenceExportSet(PCMServerID serv, const char *setName, const char *fileName, const char *delimiter) Parameters  PCMServerID serv – T...
Thu, 25 Jun, 2020 at 7:04 PM
PCMSGetAFMsgBytes
Syntax  long PCMSGetAFMsgBytes(char *pSetName, char *pBuffer, long bufSize) Parameters  char *pSetName – The name of the avoid/favor set to package up...
Thu, 25 Jun, 2020 at 7:03 PM
PCMSGetCalcType
Syntax  int PCMSGetCalcType (Trip trip)   Parameters  Trip trip – Handle to a trip. Description Gets the trip’s current route type.   Return Valu...
Thu, 25 Jun, 2020 at 7:03 PM
PCMSGetCalcTypeEx
Syntax  int PCMSGetCalcTypeEx (Trip trip, int *pRtType, int *pOptFlags, int *pVehType) Parameters Trip trip – Handle to a trip.   int *pRtType – The...
Thu, 25 Jun, 2020 at 7:03 PM
PCMSGetCost
Syntax  int PCMSGetCost (Trip trip) Parameters  Trip trip – Handle to a trip. Description Gets the trip’s cost per mile/kilometer. Return Val...
Thu, 25 Jun, 2020 at 7:03 PM
PCMSGetDefaultRegion
Syntax  int PCMSGetDefaultRegion (int bufSize, char *regionID) Parameters int bufSize – The number of bytes in the buffer. char *regionID – Returns t...
Thu, 25 Jun, 2020 at 7:03 PM
PCMSGetDuration
Syntax  int PCMSGetDuration(Trip trip) Parameters  Trip trip – Handle to a trip. Description Returns the duration of a trip in minutes. To get a ...
Thu, 25 Jun, 2020 at 7:03 PM
PCMSGetError
Syntax  int PCMSGetError() Parameters  None Description Returns the number of the last error the engine caught. There are constants defined for e...
Thu, 25 Jun, 2020 at 7:03 PM
PCMSGetErrorEx
Syntax  int PCMSGetErrorEx(Trip trip, char *buffer, int bufSize) Parameters Trip trip – Handle to a trip.  char *buffer – Buffer that will receive th...
Thu, 25 Jun, 2020 at 7:03 PM