OpenHantek
controlvalue.h
Go to the documentation of this file.
1 // SPDX-License-Identifier: GPL-2.0+
2 
3 #pragma once
4 
5 #include <inttypes.h>
6 
7 namespace Hantek {
8 
40 enum class ControlValue : uint8_t {
41  VALUE_OFFSETLIMITS = 0x08,
42  VALUE_DEVICEADDRESS = 0x0a,
44  VALUE_ETSCORRECTION = 0x70
45 };
46 
47 }
48 
ControlValue
All supported values for control commands. VALUE_OFFSETLIMITS [MODEL_DSO2090, MODEL_DSO2150, MODEL_DSO2250, MODEL_DSO5200, MODEL_DSO5200A]
Definition: controlvalue.h:40
Definition: controlsettings.h:9