C2xSetCycleTime
CAPL Functions » Car2x » C2xSetCycleTime Valid for: CANoe DEFunction Syntax
long C2xSetCycleTime(char* dbMessage, int64 milliseconds); //form 1long C2xSetCycleTime(char* dbMessage, int64 milliseconds, char* stationName); //form 2long C2xDisableMsg(long packetHandle, int64 milliseconds); // form 3long C2xDisableMsg(char stationName[], long packetHandle, int64 milliseconds); // form 4
Description
Sets the cycle time for a message.Parameters
- dbMessage: Name of the message.
- milliseconds: New cycle time in milliseconds.
- stationName: Name of the sending station.
- packetHandle: Packet handle of the message to check.
Return Values
- 0: Success
- ≠0: Error code