Interface

The Interface base class is intended to provide a wrapper around transport layer implementations (like TCP/IP or CAN), with the goal of making each Node instance transport method agnostic.

class pyolcb.Interface(connection: BusABC | socket)