![]() |
Modular Pinball Machine Controller
|
Structure to simplify access to the PinCAN message ID. More...
#include <pinkit.h>
Data Fields | |
| unsigned long | id |
| struct { | |
| BYTE BYTE_0 | |
| BYTE BYTE_1 | |
| BYTE BYTE_2 | |
| BYTE BYTE_3 | |
| } | u |
Structure to simplify access to the PinCAN message ID.
This structure provides BYTE access to the 32-bit message ID needed by the ECAN C library routines. Typically only a single BYTE in the ID needs to change, so this improves code efficiency.
1.7.3