|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.marre.sms.transport.gsm.commands.PduSendMessageReq
Represents a PDU mode Send Message Set request (AT+CMGS).
| Constructor Summary | |
PduSendMessageReq(byte[] smsPdu)
Send message in PDU mode using default SMSC. |
|
PduSendMessageReq(byte[] smscPdu,
byte[] smsPdu)
Send message in PDU mode. |
|
| Method Summary | |
PduSendMessageRsp |
send(GsmComm comm)
Sends the command and builds a response object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PduSendMessageReq(byte[] smsPdu)
smsPdu - pdu for the sms data.
public PduSendMessageReq(byte[] smscPdu,
byte[] smsPdu)
smscPdu - pdu for the SMSC address.smsPdu - pdu for the sms data.| Method Detail |
public PduSendMessageRsp send(GsmComm comm)
throws GsmException,
java.io.IOException
comm -
GsmException
java.io.IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||