Searched refs:commandToSend (Results 1 – 2 of 2) sorted by relevance
50 String[] commandToSend = new String[] {String.format("01%02X\r", pid)}; in checkLiveFrameIntCommand() local59 stringsToIntArray(commandToSend)), in checkLiveFrameIntCommand()78 String[] commandToSend = new String[] {String.format("01%02X\r", pid)}; in checkLiveFrameFloatCommand() local87 stringsToIntArray(commandToSend)), in checkLiveFrameFloatCommand()106 String[] commandToSend = new String[] {String.format("02%02X 01\r", pid)}; in checkFreezeFrameIntCommand() local115 stringsToIntArray(commandToSend)), in checkFreezeFrameIntCommand()134 String[] commandToSend = new String[] {String.format("02%02X 01\r", pid)}; in checkFreezeFrameFloatCommand() local143 stringsToIntArray(commandToSend)), in checkFreezeFrameFloatCommand()
363 String commandToSend = tag + " " + command; in sendCommand() local364 transport.writeLine(commandToSend, (sensitive ? IMAP_REDACTED_LOG : command)); in sendCommand()