EduArt Sensor Ring Library 3.0.1
Loading...
Searching...
No Matches
InterfaceType.hpp
Go to the documentation of this file.
1// Copyright (c) 2025 EduArt Robotik GmbH
2
9
10#pragma once
11
13
14namespace eduart {
15
16namespace com {
17
18enum class SENSORRING_API InterfaceType {
19 UNDEFINED,
20 SOCKETCAN,
21 USBTINGO
22};
23
24} // namespace com
25
26} // namespace eduart
Control the import and export of Windows DLL symbols.