OpenHantek
Loading...
Searching...
No Matches
errorcodes.h
Go to the documentation of this file.
1// SPDX-License-Identifier: GPL-2.0-or-later
2
3#pragma once
4
5namespace Dso {
8enum class ErrorCode {
9 NONE = 0,
13};
14
15} // namespace Dso
Definition TriggerDock.h:15
ErrorCode
The return codes for device control methods.
Definition errorcodes.h:8
@ UNSUPPORTED
Not supported by this device.
Definition errorcodes.h:11
@ NONE
Successful operation.
Definition errorcodes.h:9
@ PARAMETER
Parameter out of range.
Definition errorcodes.h:12
@ CONNECTION
Device not connected or communication error.
Definition errorcodes.h:10