![]() |
WPILibC++ 2027.0.0-alpha-4
|
#include <wpi/hal/CANAPITypes.h>
Public Attributes | |
| int32_t | flags |
| Flags for the message (HAL_CANFlags). | |
| uint8_t | dataSize |
| The size of the data received (0-64 bytes). | |
| uint8_t | data [64] |
| The message data. | |
| uint8_t HAL_CANMessage::data[64] |
The message data.
| uint8_t HAL_CANMessage::dataSize |
The size of the data received (0-64 bytes).
| int32_t HAL_CANMessage::flags |
Flags for the message (HAL_CANFlags).