Interface SpineConnection


  • public interface SpineConnection
    • Method Detail

      • sendMessage

        void sendMessage​(org.openmuc.jeebus.spine.xsd.v1.DatagramType datagram)
        Sends a message to the connected device
        Parameters:
        datagram - message payload
      • getCommunicationAddress

        java.lang.String getCommunicationAddress()
        Returns:
        the address of the communication partner used in the communication protocol
      • close

        void close()