|
moddef-cpp
Idiomatic C++ runtime for ModDef
|
This is the complete list of members for moddef::Device, including all inherited members.
| Device(Device &&o) noexcept | moddef::Device | inline |
| Device(const Device &)=delete | moddef::Device | |
| open(const Document &doc, std::string_view device_id, Transport &transport) | moddef::Device | inlinestatic |
| operator=(Device &&o) noexcept | moddef::Device | inline |
| operator=(const Device &)=delete | moddef::Device | |
| read(std::string_view point_id) | moddef::Device | inline |
| read_string(std::string_view point_id, std::span< char > buf) | moddef::Device | inline |
| write_bool(std::string_view point_id, bool on) | moddef::Device | inline |
| write_f64(std::string_view point_id, double value) | moddef::Device | inline |
| write_i64(std::string_view point_id, std::int64_t value) | moddef::Device | inline |