Home | History | Annotate | Download | only in tech

Lines Matching defs:transceive

164         return transceive(cmd, false);
193 transceive(cmd, false);
200 * and calling {@link NfcA#transceive}. Note that all MIFARE Classic
204 * that can be sent with {@link #transceive}.
212 * @see NfcA#transceive
214 public byte[] transceive(byte[] data) throws IOException {
215 return transceive(data, true);
219 * Return the maximum number of bytes that can be sent with {@link #transceive}.
220 * @return the maximum number of bytes that can be sent with {@link #transceive}.
227 * Set the {@link #transceive} timeout in milliseconds.
229 * <p>The timeout only applies to {@link #transceive} on this object,
253 * Get the current {@link #transceive} timeout in milliseconds.