Libraries/IOControl/include/IO/Device.h File Reference
#include "Request.h"
#include "DeviceType.h"
#include <ArduinoJson.h>
#include <Data/LinkedObjectList.h>
Include dependency graph for Libraries/IOControl/include/IO/Device.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | IO::Device |
Handles requests for a specific device; the requests are executed by the relevant controller. More... | |
class | IO::Device::Factory |
Abstract class which allows device instances to be created. More... | |
struct | IO::Device::Config |
Inherited classes expand this definition as required. More... | |
Namespaces | |
IO | |
Functions | |
String | toString (IO::Device::State state) |
Function Documentation
◆ toString()
String toString | ( | IO::Device::State | state | ) |