Interface SpineConnection


  • public interface SpineConnection
    • Method Detail

      • sendMessage

        void sendMessage​(byte[] payload)
        Sends a message to the connected device
        Parameters:
        payload - message payload as byte array
      • getCommunicationAddress

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

        void close()