#include <ModbusBridge.h>
Definition at line 18 of file ModbusBridge.h.
◆ Query()
◆ print()
Definition at line 55 of file ModbusBridge.h.
57 Serial.print(
"SLAVE: ");
59 Serial.print(
" \t | Address: ");
62 Serial.print(
" \t | VALUE: ");
64 Serial.print(
" \t | STATE ");
67 Serial.print(
"Done ");
71 Serial.print(
"Processsing");
75 Serial.print(
"Queued ");
77 Serial.print(
" \t | FN: ");
79 Serial.print(
" \t | PRIO: ");
83 Serial.print(
" \t | OWNER: ");
86 Serial.print(
" \t | DT: ");
87 Serial.print(millis() -
ts);
◆ printNumber()
void Query::printNumber |
( |
int |
number | ) |
|
|
inline |
Definition at line 31 of file ModbusBridge.h.
47 for (
int i = 0; i < spaces; i++)
◆ reset()
◆ addr
◆ fn
◆ id
◆ owner
◆ prio
◆ slave
◆ state
◆ ts
◆ value
The documentation for this class was generated from the following file: