Package | Description |
---|---|
cz.zerog.jsms4pi | |
cz.zerog.jsms4pi.example.gateway | |
cz.zerog.jsms4pi.tool |
Modifier and Type | Method and Description |
---|---|
void |
SerialModem.close() |
void |
ATGateway.close()
Close gateway
|
void |
NullGateway.close() |
void |
Modem.close() |
void |
Gateway.close() |
<T extends AAT> |
ATGateway.directSendAtCommand(T cmd) |
<T extends AAT> |
NullGateway.directSendAtCommand(T cmd) |
<T extends AAT> |
Gateway.directSendAtCommand(T cmd) |
boolean |
ATGateway.init()
Initialize gateway
|
boolean |
NullGateway.init() |
boolean |
Gateway.init() |
boolean |
ATGateway.isServiceAddressSet() |
boolean |
NullGateway.isServiceAddressSet() |
boolean |
Gateway.isServiceAddressSet() |
void |
SerialModem.open() |
void |
ATGateway.open()
Open gateway
|
void |
NullGateway.open() |
void |
Modem.open() |
void |
Gateway.open() |
void |
ATGateway.printModemInfo() |
<T extends AAT> |
SerialModem.send(T cmd) |
<T extends AAT> |
Modem.send(T at) |
void |
ATGateway.sendMessage(OutboundMessage message)
Send outbound SMS message.
|
void |
NullGateway.sendMessage(OutboundMessage message) |
void |
Gateway.sendMessage(OutboundMessage message) |
void |
ATGateway.setSmsServiceAddress(String address)
Set SMS service address.
|
void |
NullGateway.setSmsServiceAddress(String readLine) |
void |
Gateway.setSmsServiceAddress(String readLine) |
Modifier and Type | Method and Description |
---|---|
static void |
InfoExample.main(String[] args)
Parse parameters or asking user for information.
|
static void |
ReceiveSMSExample.main(String[] args)
Parse parameters or asking user for information.
|
static void |
SendAndReceiveSMSExample.main(String[] args)
Parse parameters or asking user for information.
|
static void |
SendSMSExample.main(String[] args)
Parse parameters or asking user for information.
|
void |
SendAndReceiveSMSExample.send(String port,
String text,
String number,
String service)
Create and setup the gateway to the outgoing sending messages
|
void |
SendSMSExample.send(String port,
String text,
String number,
String service)
Create and setup the gateway to the outgoing sending messages
|
Constructor and Description |
---|
GetBalanceExample(String port) |
InboundCallExample(String port) |
NetworkCellExample(String port) |
ReceiveSMSExample(String port)
Create and setup the gateway to accepted a inbound messages
|
SupportedCommandsExample(String port) |
Modifier and Type | Method and Description |
---|---|
ModemInformation |
FunctionalTest.getModemInfo(String port) |
static void |
FunctionalTest.main(String[] args)
Main
|
Copyright © 2015–2016 jSMS4Pi. All rights reserved.