public interface DataConnection
extends java.nio.channels.ByteChannel
DataConnection
interface provides methods for reading and writing to a data
connection opened by issuing an AT command (e.g. ATD
).ATDevice getDevice()
ATDevice
this data connection has been opened with.
The returned object may be an instance of ATModem
,
allowing for controlling the modem signals; in case of a virtual
channel open over a multiplexing protocol, this ATModem
instance may
be specific to that channel and may allow
for controlling the virtual modem signals associated to that virtual channel.
ATDevice
this data connection has been opened with.Copyright © 2012, 2015, Oracle and/or its affiliates. All rights reserved.
Legal Notices