OpenHantek
Loading...
Searching...
No Matches
hantekdso
errorcodes.h
1
// SPDX-License-Identifier: GPL-2.0+
2
3
#pragma once
4
5
namespace
Dso {
8
enum class
ErrorCode {
9
NONE = 0,
10
CONNECTION = -1,
11
UNSUPPORTED = -2,
12
PARAMETER = -3
13
};
14
15
}
Generated by
1.12.0