Lines Matching defs:resp
119 string resp = m_uart.readStr(maxLen); in sendCommand() local
168 string resp = sendCommand(CMD_VERSION, ""); in getFirmwareVersion() local
185 string resp = sendCommand(CMD_RESET, ""); in reset() local
210 string resp = sendCommand(CMD_SELECT_TAG, ""); in select() local
277 string resp = sendCommand(CMD_AUTHENTICATE, data); in authenticate() local
317 string resp = sendCommand(CMD_READ16, data); in readBlock16() local
357 string resp = sendCommand(CMD_READ_VALUE, data); in readValueBlock() local
412 string resp = sendCommand(CMD_WRITE16, data); in writeBlock16() local
457 string resp = sendCommand(CMD_WRITE_VALUE, data); in writeValueBlock() local
505 string resp = sendCommand(CMD_WRITE4, data); in writeBlock4() local
566 string resp = sendCommand(CMD_WRITE_KEY, data); in writeKey() local
606 string resp = sendCommand(((incr) ? CMD_INC_VALUE : CMD_DEC_VALUE), data); in adjustValueBlock() local
648 string resp = sendCommand(CMD_ANTENNA_POWER, ""); in setAntennaPower() local
663 string resp = sendCommand(CMD_READ_PORT, ""); in readPorts() local
685 string resp = sendCommand(CMD_WRITE_PORT, data); in writePorts() local
700 string resp = sendCommand(CMD_HALT_TAG, ""); in haltTag() local
758 string resp = sendCommand(CMD_SET_BAUD, data); in setSM130BaudRate() local
777 string resp = sendCommand(CMD_SLEEP, ""); in sleep() local