public interface Modem
Modifier and Type | Interface and Description |
---|---|
static class |
Modem.Mode |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
getAtTimeout() |
String |
getPortName() |
int |
getSpeed() |
void |
open() |
void |
putNotification(Notification notification) |
<T extends AAT> |
send(T at) |
void |
setGatewayListener(Gateway gateway) |
void open() throws GatewayException
GatewayException
void close() throws GatewayException
GatewayException
<T extends AAT> T send(T at) throws GatewayException
GatewayException
int getSpeed()
int getAtTimeout()
String getPortName()
void setGatewayListener(Gateway gateway)
void putNotification(Notification notification)
Copyright © 2015–2016 jSMS4Pi. All rights reserved.