24 String cmd = String(
"get ");
27 sendCommand(cmd.c_str());
28 return recvRetNumber(number);
36 utoa(number, buf, 10);
41 sendCommand(cmd.c_str());
42 return recvRetCommandFinished();
51 sendCommand(cmd.c_str());
52 return recvRetNumber(number);
60 utoa(number, buf, 10);
64 sendCommand(cmd.c_str());
69 sendCommand(cmd.c_str());
70 return recvRetCommandFinished();
79 sendCommand(cmd.c_str());
80 return recvRetNumber(number);
88 utoa(number, buf, 10);
92 sendCommand(cmd.c_str());
97 sendCommand(cmd.c_str());
98 return recvRetCommandFinished();
107 sendCommand(cmd.c_str());
108 return recvRetNumber(number);
116 utoa(number, buf, 10);
120 sendCommand(cmd.c_str());
125 sendCommand(cmd.c_str());
126 return recvRetCommandFinished();
135 sendCommand(cmd.c_str());
136 return recvRetNumber(number);
144 utoa(number, buf, 10);
148 sendCommand(cmd.c_str());
153 sendCommand(cmd.c_str());
154 return recvRetCommandFinished();
163 sendCommand(cmd.c_str());
164 return recvRetNumber(number);
172 utoa(number, buf, 10);
176 sendCommand(cmd.c_str());
181 sendCommand(cmd.c_str());
182 return recvRetCommandFinished();
191 sendCommand(cmd.c_str());
192 return recvRetNumber(number);
200 utoa(number, buf, 10);
204 sendCommand(cmd.c_str());
209 sendCommand(cmd.c_str());
210 return recvRetCommandFinished();
uint32_t Get_pointer_thickness_wid(uint32_t *number)
Get wid attribute of component.
bool setValue(uint32_t number)
Set the value of slider.
uint32_t Get_cursor_height_hig(uint32_t *number)
Get hig attribute of component.
uint32_t getMinval(uint32_t *number)
Get minval attribute of component.
bool getValue(uint32_t *number)
Get the value of slider.
The definition of class NexSlider.
bool Set_cursor_height_hig(uint32_t number)
Set hig attribute of component.
uint32_t Get_background_color_bco(uint32_t *number)
Get bco attribute of component.
NexSlider(uint8_t pid, uint8_t cid, const char *name)
Constructor.
bool setMinval(uint32_t number)
Set minval attribute of component.
bool setMaxval(uint32_t number)
Set maxval attribute of component.
uint32_t getMaxval(uint32_t *number)
Get maxval attribute of component.
uint32_t Get_font_color_pco(uint32_t *number)
Get pco attribute of component.
bool Set_background_color_bco(uint32_t number)
Set bco attribute of component.
bool Set_font_color_pco(uint32_t number)
Set pco attribute of component.
Father class of the components with touch events.
bool Set_pointer_thickness_wid(uint32_t number)
Set wid attribute of component.