CANMessage class. More...
#include <CAN.h>
Public Member Functions | |
CANMessage () | |
Creates empty CAN message. More... | |
CANMessage (unsigned int _id, const unsigned char *_data, unsigned char _len=8, CANType _type=CANData, CANFormat _format=CANStandard) | |
Creates CAN message with specific content. More... | |
CANMessage (unsigned int _id, const char *_data, unsigned char _len=8, CANType _type=CANData, CANFormat _format=CANStandard) | |
Creates CAN message with specific content. More... | |
CANMessage (unsigned int _id, CANFormat _format=CANStandard) | |
Creates CAN remote message. More... | |
CANMessage | ( | ) |
CANMessage | ( | unsigned int | _id, |
const unsigned char * | _data, | ||
unsigned char | _len = 8 , |
||
CANType | _type = CANData , |
||
CANFormat | _format = CANStandard |
||
) |
CANMessage | ( | unsigned int | _id, |
const char * | _data, | ||
unsigned char | _len = 8 , |
||
CANType | _type = CANData , |
||
CANFormat | _format = CANStandard |
||
) |
CANMessage | ( | unsigned int | _id, |
CANFormat | _format = CANStandard |
||
) |