25 String cmd = String(
"get ");
28 sendCommand(cmd.c_str());
29 return recvRetNumber(number);
37 utoa(number, buf, 10);
42 sendCommand(cmd.c_str());
43 return recvRetCommandFinished();
bool getPic(uint32_t *number)
Get the number of picture.
NexCrop(uint8_t pid, uint8_t cid, const char *name)
Constructor.
The definition of class NexCrop.
bool setPic(uint32_t number)
Set the number of picture.
Father class of the components with touch events.