Home | History | Annotate | Download | only in tech

Lines Matching defs:transceive

31  * <p>The primary ISO-DEP I/O operation is {@link #transceive}. Applications must
32 * implement their own protocol stack on top of {@link #transceive}.
81 * Set the timeout of {@link #transceive} in milliseconds.
82 * <p>The timeout only applies to ISO-DEP {@link #transceive}, and is
104 * Get the current timeout for {@link #transceive} in milliseconds.
154 * will be automatically fragmented and defragmented by {@link #transceive} if
158 * that can be sent with {@link #transceive}.
171 public byte[] transceive(byte[] data) throws IOException {
172 return transceive(data, true);
176 * Return the maximum number of bytes that can be sent with {@link #transceive}.
177 * @return the maximum number of bytes that can be sent with {@link #transceive}.