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();
219 sendCommand(cmd.c_str());
220 return recvRetNumber(number);
228 utoa(number, buf, 10);
232 sendCommand(cmd.c_str());
237 sendCommand(cmd.c_str());
238 return recvRetCommandFinished();
243 String cmd = String(
"get ");
246 sendCommand(cmd.c_str());
247 return recvRetNumber(number);
255 utoa(number, buf, 10);
259 sendCommand(cmd.c_str());
264 sendCommand(cmd.c_str());
265 return recvRetCommandFinished();
uint32_t Get_background_color_bco(uint32_t *number)
Get bco attribute of component.
bool Set_font_color_pco(uint32_t number)
Set pco attribute of component.
bool Set_background_crop_picc(uint32_t number)
Set picc attribute of component.
NexNumber(uint8_t pid, uint8_t cid, const char *name)
Constructor.
uint32_t Get_number_lenth(uint32_t *number)
Get lenth attribute of component.
uint32_t Get_place_xcen(uint32_t *number)
Get xcen attribute of component.
bool Set_number_lenth(uint32_t number)
Set lenth attribute of component.
bool setFont(uint32_t number)
Set font attribute of component.
uint32_t Get_background_image_pic(uint32_t *number)
Get pic attribute of component.
bool Set_background_image_pic(uint32_t number)
Set pic attribute of component.
bool Set_place_ycen(uint32_t number)
Set ycen attribute of component.
uint32_t Get_place_ycen(uint32_t *number)
Get ycen attribute of component.
The definition of class NexNumber.
bool setValue(uint32_t number)
Set number attribute of component.
uint32_t getFont(uint32_t *number)
Get font attribute of component.
bool getValue(uint32_t *number)
Get number 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.
Father class of the components with touch events.
bool Set_place_xcen(uint32_t number)
Set xcen attribute of component.
uint32_t Get_background_crop_picc(uint32_t *number)
Get picc attribute of component.