Interface NetBidibPort

    • Field Detail

      • BIDIB_NET_PREFIX

        static final byte[] BIDIB_NET_PREFIX
      • BIDIB_WIZARD_NET_PREFIX

        static final byte[] BIDIB_WIZARD_NET_PREFIX
    • Method Detail

      • send

        void send​(byte[] sendData,
                  InetAddress address,
                  int portNumber)
           throws IOException
        Send the data to the host.
        Parameters:
        sendData - the data to send
        address - the receiving address of the host
        portNumber - the receiving port number of the host
        Throws:
        IOException
      • stop

        void stop()
        Stop the port.