1#ifndef NET_CANFrame_h__
2#define NET_CANFrame_h__
29 operator void* () {
return this; }
32 operator const void* ()
const {
return this; }
Represents any possible CAN id or mask.
Structure to represent a CAN 2.0 Frame.
uint8_t & operator[](unsigned index)
Access to all data bytes.
Structure of id and mask used by filters.