WPILibC++ 2027.0.0-alpha-2
Loading...
Searching...
No Matches
HAL_CANMessage Struct Reference

#include <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.
 

Member Data Documentation

◆ data

uint8_t HAL_CANMessage::data[64]

The message data.

◆ dataSize

uint8_t HAL_CANMessage::dataSize

The size of the data received (0-64 bytes)

◆ flags

int32_t HAL_CANMessage::flags

Flags for the message (HAL_CANFlags)


The documentation for this struct was generated from the following file: