Home | History | Annotate | Download | only in tech

Lines Matching defs:transceive

395             if (transceive(cmd, false) != null) {
425 return transceive(cmd, false);
454 transceive(cmd, false);
482 transceive(cmd.array(), false);
510 transceive(cmd.array(), false);
532 transceive(cmd, false);
554 transceive(cmd, false);
561 * and calling {@link NfcA#transceive}. Note that all MIFARE Classic
565 * that can be sent with {@link #transceive}.
573 * @see NfcA#transceive
575 public byte[] transceive(byte[] data) throws IOException {
576 return transceive(data, true);
580 * Return the maximum number of bytes that can be sent with {@link #transceive}.
581 * @return the maximum number of bytes that can be sent with {@link #transceive}.
588 * Set the {@link #transceive} timeout in milliseconds.
590 * <p>The timeout only applies to {@link #transceive} on this object,
613 * Get the current {@link #transceive} timeout in milliseconds.