Typedef hi_can::packet_callback_t

Typedef Documentation

typedef std::function<void(const hi_can::Packet&)> hi_can::packet_callback_t

A callback function which takes a Packet as an argument and returns nothing.