|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.marre.sms.SmsConcatMessage org.marre.sms.SmsPortAddressedMessage
Base class for all port adressed messages. It is using a 16 bit port address.
Field Summary | |
protected int |
myDestPort
|
protected int |
myOrigPort
|
Constructor Summary | |
protected |
SmsPortAddressedMessage(int destPort,
int origPort)
Creates a new SmsPortAddressedMessage with the given dest and orig port. |
Method Summary | |
SmsUdhElement[] |
getUdhElements()
Returns the udh elements The returned UDH is the same as specified when the message was created. |
void |
setPorts(int destPort,
int origPort)
Sets the dest and orig ports. |
Methods inherited from class org.marre.sms.SmsConcatMessage |
getPdus, getUserData |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int myDestPort
protected int myOrigPort
Constructor Detail |
protected SmsPortAddressedMessage(int destPort, int origPort)
destPort
- origPort
- Method Detail |
public void setPorts(int destPort, int origPort)
destPort
- origPort
- public SmsUdhElement[] getUdhElements()
SmsConcatMessage
The returned UDH is the same as specified when the message was created. No concat headers are added.
getUdhElements
in class SmsConcatMessage
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |