C2xIsMsgEnabled
CAPL Functions » Car2x » C2xIsMsgEnabled Valid for: CANoe DEFunction Syntax
long C2xIsMsgEnabled (char* dbMessage); //form 1long C2xIsMsgEnabled (char* dbMessage, char* stationName); //form 2long C2xIsMsgEnabled (long packetHandle); // form 3long C2xIsMsgEnabled (char stationName[], long packetHandle); // form 4
Description
Check if a message is enabled for cyclic sending.Parameters
- dbMessage: Name of the message to check.
- stationName: Name of the sending station.
- packetHandle: Packet handle of the message to check.
Return Values
- 1: True
- 0: False
- -1: Error