Field name |
Description |
Type |
can
|
CAN
|
No value (only supports checking if file exists or not)
|
can.id
|
CAN Id
|
Unsigned Integer, 4 byte
|
can.len
|
CAN Length
|
Unsigned Integer, 1 byte
|
can.payload
|
CAN Payload
|
String of hexadecimal bytes
|
can.flags
|
CAN Control Field
|
Unsigned Integer, 1 byte
|
can.flags.ack
|
ACK
|
Signed/Unsigned Integer Value
|
can.flags.crc_error
|
CRC Error
|
Signed/Unsigned Integer Value
|
can.flags.rtr
|
RTR
|
Signed/Unsigned Integer Value
|
can.flags.ide
|
IDE
|
Signed/Unsigned Integer Value
|
can.flags.fdf
|
EDL
|
Signed/Unsigned Integer Value
|
can.flags.brs
|
BRS
|
Signed/Unsigned Integer Value
|
can.flags.esi
|
ESI
|
Signed/Unsigned Integer Value
|
can.crc
|
CAN CRC
|
String of hexadecimal bytes
|
can.padding
|
Padding Bytes
|
String of hexadecimal bytes
|