|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModemReply | |
com.esf.device.modem.channel.service | Handles communication to a variety of modem plug-in devices. |
Uses of ModemReply in com.esf.device.modem.channel.service |
Methods in com.esf.device.modem.channel.service that return ModemReply | |
ModemReply |
IModemChannelService.sendCommand(java.lang.String port,
ModemCommand command,
int tout)
This method sends modem command to specified open port and obtains reply. |
ModemReply |
IModemChannelService.sendCommand(java.lang.String port,
java.lang.Class channelOwner,
int baud,
int dataBits,
int stopBits,
int parity,
ModemCommand command,
int tout)
This method opens specified modem channel, sends modem command, obtains reply and closes the channel. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |