Exemplo n.º 1
0
 public QuadMotorValues(PacketBuffer buffer)
 {
     this.FrontLeft  = buffer.ReadUShort();
     this.FrontRight = buffer.ReadUShort();
     this.BackLeft   = buffer.ReadUShort();
     this.BackRight  = buffer.ReadUShort();
 }