Package wappsto.iot

Interface IoTClient

  • All Known Implementing Classes:
    RpcClient

    public interface IoTClient
    • Method Detail

      • start

        void start​(RpcParser parser)
            throws java.lang.Exception
        Throws:
        java.lang.Exception
      • send

        void send​(java.lang.String message)
      • stop

        void stop()