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();
uint32_t Get_background_color_bco(uint32_t *number)
Get bco attribute of component.
uint32_t Get_font_color_pco(uint32_t *number)
Get pco attribute of component.
bool setValue(uint32_t number)
Set val attribute of component.
uint32_t getValue(uint32_t *number)
Get val attribute of component.
bool Set_background_color_bco(uint32_t number)
Set bco attribute of component.
The definition of class NexRadio.
bool Set_font_color_pco(uint32_t number)
Set pco attribute of component.
Father class of the components with touch events.
NexRadio(uint8_t pid, uint8_t cid, const char *name)
Constructor.