void |
IModemChannelService.open(java.lang.String port,
int channelType,
java.lang.Class channelOwner,
IHipCallback hipCallback,
int baud,
int dataBits,
int stopBits,
int parity)
Opens modem channel |
ModemReply |
IModemChannelService.sendCommand(java.lang.String port,
java.lang.Class channelOwner,
IHipCallback hipCallback,
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. |