Separate socket configuration and opening
[apps/low-level-can-service.git] / CAN-binder / low-can-binding / can / can-bus-dev.hpp
index 8cafaf8..96aa373 100644 (file)
@@ -51,6 +51,7 @@ public:
        uint32_t get_address() const;
 
        int open(bool bcm=false);
+       void configure();
        int close();
 
        void start_reading(can_bus_t& can_bus);