dlc property

  1. @Uint16()
int dlc
getter/setter pair

Data length code 0..15. For classic CAN, ≤ 8 means byte length; for FD, the full DLC table maps up to 64 bytes.

Implementation

@Uint16()
external int dlc;