WPILibC++ 2023.4.3-108-ge5452e3
|
#include <frc/CAN.h>
Public Attributes | |
uint8_t | data [8] |
Contents of the CAN packet. More... | |
int32_t | length |
Length of packet in bytes. More... | |
uint64_t | timestamp |
CAN frame timestamp in milliseconds. More... | |
uint8_t frc::CANData::data[8] |
Contents of the CAN packet.
int32_t frc::CANData::length |
Length of packet in bytes.
uint64_t frc::CANData::timestamp |
CAN frame timestamp in milliseconds.