C2xGetCycleTime
CAPL Functions » Car2x » C2xGetCycleTime Valid for: CANoe DEFunction Syntax
Int64 C2xGetCycleTime(char* dbMessage);//form 1Int64 C2xGetCycleTime(char* dbMessage, char* stationName);//form 2Int64 C2xGetCycleTime (long packetHandle);// form 3Int64 C2xGetCycleTime (char stationName[], long packetHandle);// form 4
Description
Gets the cycle time for a message in milliseconds.Parameters
- dbMessage: Name of the message
- stationName: Name of the sending station
- packetHandle: Packet handle of the message to be disabled.
Return Values
- Cycle time: Cycle time in milliseconds
- -1: Error