#include <ModbusBridge.h>
Definition at line 18 of file ModbusBridge.h.
◆ Query()
◆ print()
Definition at line 55 of file ModbusBridge.h.
56 {
59 Serial.print(
" \t | Address: ");
60
62 Serial.print(
" \t | VALUE: ");
64 Serial.print(
" \t | STATE ");
66 {
68 }
70 {
71 Serial.print(
"Processsing");
72 }
74 {
76 }
77 Serial.print(
" \t | FN: ");
79 Serial.print(
" \t | PRIO: ");
82
83 Serial.print(
" \t | OWNER: ");
86 Serial.print(
" \t | DT: ");
89 }
void printNumber(int number)
◆ printNumber()
| void Query::printNumber |
( |
int | number | ) |
|
|
inline |
Definition at line 31 of file ModbusBridge.h.
32 {
36 {
38 }
40 {
42 }
44 {
46 }
48 {
50 }
52 return 0;
53 }
◆ reset()
◆ addr
◆ fn
◆ id
◆ owner
◆ prio
◆ slave
◆ state
◆ ts
◆ value
The documentation for this class was generated from the following file: