Class JSONMotor


  • public class JSONMotor
    extends java.lang.Object
    JSON object for a motor
     
     {
      "id": 0,
      "inverted": false // Default: false
     }
     
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int id  
      boolean inverted  
    • Constructor Summary

      Constructors 
      Constructor Description
      JSONMotor()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • id

        public int id
      • inverted

        public boolean inverted
    • Constructor Detail

      • JSONMotor

        public JSONMotor()