DeviceType.h
Go to the documentation of this file.
1 
20 #pragma once
21 
22 namespace IO
23 {
24 enum class DeviceType {
25  RS485,
26  Modbus,
27  DMX512,
28  RFSwitch,
29  Custom,
30 };
31 }
DeviceType
Definition: DeviceType.h:24
Definition: IOControl/include/IO/Controller.h:25