Class ADBDevice.ForwardResult

  • Enclosing class:
    ADBDevice

    public static class ADBDevice.ForwardResult
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String desc  
      int state
      0 for success, 1 for failed at binding to local tcp, 2 for failed at remote.
    • Constructor Summary

      Constructors 
      Constructor Description
      ForwardResult​(int state, byte[] desc)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • state

        public int state
        0 for success, 1 for failed at binding to local tcp, 2 for failed at remote.
      • desc

        public java.lang.String desc
    • Constructor Detail

      • ForwardResult

        public ForwardResult​(int state,
                             byte[] desc)