#pragma once #include class MCP2515 { private: public: uint8_t get_TransmitErrorCounter(); uint8_t get_ReceiveErrorCounter(); };