|
|||||||||||
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.NokiaOperatorLogo
Nokia Operator Logo message
Field Summary | |
protected byte[] |
myBitmap
The ota image as a byte array |
protected boolean |
myDiscardNokiaHeaders
If set to true it will make the message two bytes shorter to make it possible to fit a 72x14 pixel image in one SMS instead of two. |
protected int |
myMcc
GSM Mobile Country Code |
protected int |
myMnc
GSM Mobile Network Code |
Fields inherited from class org.marre.sms.SmsPortAddressedMessage |
myDestPort, myOrigPort |
Constructor Summary | |
NokiaOperatorLogo(byte[] theOtaImage,
int[] theOperatorMccMnc)
Creates a Nokia Operator Logo message |
|
NokiaOperatorLogo(byte[] theOtaImage,
int theMcc,
int theMnc)
Creates a Nokia Operator Logo message |
|
NokiaOperatorLogo(byte[] theOtaImage,
int theMcc,
int theMnc,
boolean discardHeaders)
Creates a Nokia Operator Logo message |
|
NokiaOperatorLogo(OtaBitmap theBitmap,
int[] theOperatorMccMnc)
Creates a Nokia Operator Logo message |
|
NokiaOperatorLogo(OtaBitmap theOtaBitmap,
int theMcc,
int theMnc)
Creates a Nokia Operator Logo message |
Method Summary | |
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 |
Field Detail |
protected boolean myDiscardNokiaHeaders
protected byte[] myBitmap
protected int myMcc
protected int myMnc
Constructor Detail |
public NokiaOperatorLogo(OtaBitmap theOtaBitmap, int theMcc, int theMnc)
theOtaBitmap
- theMcc
- GSM Mobile Country CodetheMnc
- GSM Mobile Network Codepublic NokiaOperatorLogo(byte[] theOtaImage, int theMcc, int theMnc)
theOtaImage
- The ota image as a byte arraytheMcc
- GSM Mobile Country CodetheMnc
- GSM Mobile Network Codepublic NokiaOperatorLogo(byte[] theOtaImage, int theMcc, int theMnc, boolean discardHeaders)
theOtaImage
- The ota image as a byte arraytheMcc
- GSM Mobile Country CodetheMnc
- GSM Mobile Network Codepublic NokiaOperatorLogo(OtaBitmap theBitmap, int[] theOperatorMccMnc)
theBitmap
- theOperatorMccMnc
- Operator defined in org.marre.sms.util.GsmOperatorspublic NokiaOperatorLogo(byte[] theOtaImage, int[] theOperatorMccMnc)
theOtaImage
- The ota image as a byte arraytheOperatorMccMnc
- Method Detail |
public SmsUserData getUserData()
SmsConcatMessage
getUserData
in class SmsConcatMessage
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |