moddef-cpp
Idiomatic C++ runtime for ModDef
Loading...
Searching...
No Matches
moddef::Device Member List

This is the complete list of members for moddef::Device, including all inherited members.

Device(Device &&o) noexceptmoddef::Deviceinline
Device(const Device &)=deletemoddef::Device
open(const Document &doc, std::string_view device_id, Transport &transport)moddef::Deviceinlinestatic
operator=(Device &&o) noexceptmoddef::Deviceinline
operator=(const Device &)=deletemoddef::Device
read(std::string_view point_id)moddef::Deviceinline
read_string(std::string_view point_id, std::span< char > buf)moddef::Deviceinline
write_bool(std::string_view point_id, bool on)moddef::Deviceinline
write_f64(std::string_view point_id, double value)moddef::Deviceinline
write_i64(std::string_view point_id, std::int64_t value)moddef::Deviceinline