Struct SMessage# Defined in File can.h Struct Documentation# struct SMessage# CAN message structure. Public Types typedef sdv::sequence<uint8_t> seqData# The data for this message (max. 8 bytes for standard CAN and 64 bytes for CAN-FD). typedef sequence<uint8> seqData The data for this message (max. 8 bytes for standard CAN and 64 bytes for CAN-FD). Public Members uint32_t uiID# CAN ID. bool bExtended# When set, the message ID is extended. bool bCanFd# When set, the message is of CAN-FD. uint32 uiID CAN ID. boolean bExtended When set, the message ID is extended. boolean bCanFd When set, the message is of CAN-FD.