Struct IsoTpFirstFrameShort¶
ClassList > IsoTpFirstFrameShort
First frame (short) layout. More...
#include <isotp_defines.h>
Public Attributes¶
| Type | Name |
|---|---|
| uint8_t | FF_DL_high |
| uint8_t | FF_DL_low |
| uint8_t | data |
| uint8_t | type |
Detailed Description¶
+-------------------------+-----------------------+-----+
| byte #0 | byte #1 | ... |
+-------------------------+-----------+-----------+-----+
| nibble #0 | nibble #1 | nibble #2 | nibble #3 | ... |
+-------------+-----------+-----------+-----------+-----+
| PCIType = 1 | FF_DL | ... |
+-------------+-----------+-----------------------+-----+
Public Attributes Documentation¶
variable FF_DL_high¶
uint8_t IsoTpFirstFrameShort::FF_DL_high;
First-frame data length (high nibble).
variable FF_DL_low¶
uint8_t IsoTpFirstFrameShort::FF_DL_low;
First-frame data length (low byte).
variable data¶
uint8_t IsoTpFirstFrameShort::data[6];
Payload bytes.
variable type¶
uint8_t IsoTpFirstFrameShort::type;
PCI type.
The documentation for this class was generated from the following file inc/isotp_defines.h