Struct IsoTpSingleFrame¶
Single frame layout. More...
#include <isotp_defines.h>
Public Attributes¶
| Type | Name |
|---|---|
| uint8_t | SF_DL |
| uint8_t | data |
| uint8_t | type |
Detailed Description¶
+-------------------------+-----+
| byte #0 | ... |
+-------------------------+-----+
| nibble #0 | nibble #1 | ... |
+-------------+-----------+ ... +
| PCIType = 0 | SF_DL | ... |
+-------------+-----------+-----+
Public Attributes Documentation¶
variable SF_DL¶
uint8_t IsoTpSingleFrame::SF_DL;
Single-frame data length.
variable data¶
uint8_t IsoTpSingleFrame::data[7];
Payload bytes.
variable type¶
uint8_t IsoTpSingleFrame::type;
PCI type.
The documentation for this class was generated from the following file inc/isotp_defines.h