Sming Framework API
()
Toggle main menu visibility
Sming
Libraries
IOControl
include
IO
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
}
IO::DeviceType::Modbus
@ Modbus
IO::DeviceType
DeviceType
Definition:
DeviceType.h:24
IO::DeviceType::RFSwitch
@ RFSwitch
IO
Definition:
IOControl/include/IO/Controller.h:25
IO::DeviceType::Custom
@ Custom
IO::DeviceType::DMX512
@ DMX512
IO::DeviceType::RS485
@ RS485
Generated by
1.8.17