SUPPORT CENTER

PC*MILER


PC*MILER|Connect APIs, G

PCMSGeofenceActivateSet
Syntax  int PCMSGeofenceActivateSet(PCMServerID serv, const char *setName, int activate) Parameters  PCMServerID serv – The PC*MILER server ID. const...
Mon, 5 Feb, 2018 at 6:04 PM
PCMSGeofenceExportSet
Syntax  int PCMSGeofenceExportSet(PCMServerID serv, const char *setName, const char *fileName, const char *delimiter) Parameters  PCMServerID serv – T...
Mon, 5 Feb, 2018 at 6:09 PM
PCMSGetAFMsgBytes
Syntax  long PCMSGetAFMsgBytes(char *pSetName, char *pBuffer, long bufSize) Parameters  char *pSetName – The name of the avoid/favor set to package u...
Fri, 2 Feb, 2018 at 8:24 PM
PCMSGetCalcType
Syntax  int PCMSGetCalcType (Trip trip)   Parameters  Trip trip – Handle to a trip. Description Gets the trip’s current route type.   Return Valu...
Fri, 2 Feb, 2018 at 9:11 PM
PCMSGetCalcTypeEx
Syntax  int PCMSGetCalcTypeEx (Trip trip, int *pRtType, int *pOptFlags, int *pVehType) Parameters Trip trip – Handle to a trip.   int *pRtType – The...
Mon, 5 Feb, 2018 at 1:45 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...
Mon, 5 Feb, 2018 at 1:06 PM
PCMSGetDefaultRegion
Syntax  int PCMSGetDefaultRegion (int bufSize, char *regionID) Parameters int bufSize – The number of bytes in the buffer. char *regionID – Returns ...
Thu, 1 Feb, 2018 at 8:07 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, 21 Mar, 2019 at 8:46 PM
PCMSGetError
Syntax  int PCMSGetError() Parameters  None Description Returns the number of the last error the engine caught. There are constants defined for e...
Mon, 5 Feb, 2018 at 4:39 PM
PCMSGetErrorEx
Syntax  int PCMSGetErrorEx(Trip trip, char *buffer, int bufSize) Parameters Trip trip – Handle to a trip.  char *buffer – Buffer that will receive t...
Thu, 1 Feb, 2018 at 4:46 PM