/// <summary> /// Updates all values in current instance of <see cref="Device"/> /// </summary> public void Update() { this.state = SetState(); this.su = new Su(this); this.battery = new BatteryInfo(this); this.buildProp = new BuildProp(this); this.busyBox = new BusyBox(this); this.phone = new Phone(this); this.fileSystem = new FileSystem(this); }