Interface CanInterface.Builder

    • Method Detail

      • name

        CanInterface.Builder name​(String name)

        The unique name of the interface.

        Parameters:
        name - The unique name of the interface.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • protocolName

        CanInterface.Builder protocolName​(String protocolName)

        The name of the communication protocol for the interface.

        Parameters:
        protocolName - The name of the communication protocol for the interface.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • protocolVersion

        CanInterface.Builder protocolVersion​(String protocolVersion)

        The version of the communication protocol for the interface.

        Parameters:
        protocolVersion - The version of the communication protocol for the interface.
        Returns:
        Returns a reference to this object so that method calls can be chained together.