C2xDisableMsg
CAPL Functions » Car2x » C2xDisableMsg Valid for: CANoe DEFunction Syntax
long C2xDisableMsg (char* dbMessage); //form 1long C2xDisableMsg (char* dbMessage, char* stationName); //form 2long C2xDisableMsg(long packetHandle); // form 3long C2xDisableMsg(char stationName[], long packetHandle); // form 4
Description
Disables a message for which the database attribute Send Type is Cyclic or CyclicIfActive in the database for cyclic sending. The function has no effect for messages with Send Type NoMsgSendType.Parameters
- dbMessage: Name of the message to be disabled.
- stationName: Name of the sending station.
- packetHandle: Packet handle of the message to be disabled.
Return Values
- 0: Success
- ≠0: Error code