Struct IsoTpFlowControl¶
Flow control frame layout. More...
#include <isotp_defines.h>
Public Attributes¶
| Type | Name |
|---|---|
| uint8_t | BS |
| uint8_t | FS |
| uint8_t | STmin |
| uint8_t | reserve |
| uint8_t | type |
Detailed Description¶
+-------------------------+-----------------------+-----------------------+-----+
| byte #0 | byte #1 | byte #2 | ... |
+-------------------------+-----------+-----------+-----------+-----------+-----+
| nibble #0 | nibble #1 | nibble #2 | nibble #3 | nibble #4 | nibble #5 | ... |
+-------------+-----------+-----------+-----------+-----------+-----------+-----+
| PCIType = 1 | FS | BS | STmin | ... |
+-------------+-----------+-----------------------+-----------------------+-----+
Public Attributes Documentation¶
variable BS¶
uint8_t IsoTpFlowControl::BS;
Block size.
variable FS¶
uint8_t IsoTpFlowControl::FS;
Flow status.
variable STmin¶
uint8_t IsoTpFlowControl::STmin;
Minimum separation time.
variable reserve¶
uint8_t IsoTpFlowControl::reserve[5];
Reserved.
variable type¶
uint8_t IsoTpFlowControl::type;
PCI type.
The documentation for this class was generated from the following file inc/isotp_defines.h