|
|||||||||||
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 org.marre.sms.nokia.NokiaMultipartMessage org.marre.sms.nokia.NokiaPictureMessage
Nokia Picture message
Field Summary |
Fields inherited from class org.marre.sms.SmsPortAddressedMessage |
myDestPort, myOrigPort |
Constructor Summary | |
NokiaPictureMessage(byte[] theBitmap,
java.lang.String theMsg)
Creates a Nokia Picture Message |
|
NokiaPictureMessage(byte[] theBitmap,
java.lang.String theMsg,
boolean asUnicode)
Creates a Nokia Picture Message |
|
NokiaPictureMessage(OtaBitmap theBitmap,
java.lang.String theMsg)
Creates a Nokia Picture Message |
|
NokiaPictureMessage(OtaBitmap theBitmap,
java.lang.String theMsg,
boolean asUnicode)
Creates a Nokia Picture Message |
Method Summary | |
protected void |
addMultipart(byte theItemType,
byte[] data)
Adds a part to this multipart message |
protected void |
clear()
Removes all parts from the message |
SmsUserData |
getUserData()
Returns the whole UD |
Methods inherited from class org.marre.sms.SmsPortAddressedMessage |
getUdhElements, setPorts |
Methods inherited from class org.marre.sms.SmsConcatMessage |
getPdus |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NokiaPictureMessage(OtaBitmap theBitmap, java.lang.String theMsg)
theBitmap
- theMsg
- public NokiaPictureMessage(byte[] theBitmap, java.lang.String theMsg)
theBitmap
- theMsg
- public NokiaPictureMessage(OtaBitmap theBitmap, java.lang.String theMsg, boolean asUnicode)
theBitmap
- theMsg
- asUnicode
- Set to true if text should be sent as unicodepublic NokiaPictureMessage(byte[] theBitmap, java.lang.String theMsg, boolean asUnicode)
theBitmap
- theMsg
- asUnicode
- Set to true if text should be sent as unicodeMethod Detail |
protected void addMultipart(byte theItemType, byte[] data)
theItemType
- Typedata
- Contentprotected void clear()
public SmsUserData getUserData()
SmsConcatMessage
getUserData
in class SmsConcatMessage
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |