Class EV3Reply

  • All Implemented Interfaces:
    java.io.Serializable

    public class EV3Reply
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      EV3Reply()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • names

        public java.lang.String[] names
      • value

        public java.lang.String value
      • result

        public boolean result
      • reply

        public int reply
      • floatReply

        public float floatReply
      • contents

        public byte[] contents
      • name

        public java.lang.String name
      • floats

        public float[] floats
      • shorts

        public short[] shorts
      • doubleReply

        public double doubleReply
      • e

        public java.lang.Exception e
    • Constructor Detail

      • EV3Reply

        public EV3Reply()