|
| md_err_t | status_of (const Result< void > &r) noexcept |
| |
| md_err_t | c_read_holding (void *ctx, std::uint16_t off, std::uint16_t n, std::uint16_t *out) |
| |
| md_err_t | c_read_input (void *ctx, std::uint16_t off, std::uint16_t n, std::uint16_t *out) |
| |
| md_err_t | c_read_coils (void *ctx, std::uint16_t off, std::uint16_t n, bool *out) |
| |
| md_err_t | c_read_discrete (void *ctx, std::uint16_t off, std::uint16_t n, bool *out) |
| |
| md_err_t | c_write_holding (void *ctx, std::uint16_t off, std::uint16_t n, const std::uint16_t *w) |
| |
| md_err_t | c_write_coil (void *ctx, std::uint16_t off, bool on) |
| |
| md_transport_t | bind (Transport &t) noexcept |
| |