|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectie.ncl.msg.Message
ie.ncl.msg.BinaryMessage
ie.ncl.sms.nbs.SmartMessage
ie.ncl.sms.nbs.LogoMessage
public class LogoMessage
Class is used to create an (operator) logo message. This is a picture message containing a logo that is diplayed (normally constantly) on the phone display when the appropriate network is selected.
| Field Summary | |
|---|---|
static int |
MAXIMUM_HEIGHT
This is the maximum height of a LogoMessage bitmap. |
static int |
MAXIMUM_WIDTH
This is the maximum width of a LogoMessage bitmap. |
| Constructor Summary | |
|---|---|
LogoMessage(Address addr)
Create a blank logo used to remove operator logos from phone. |
|
LogoMessage(Address addr,
ie.ncl.util.bin.Bitmap bm)
Create a logo message. |
|
LogoMessage(Address addr,
ie.ncl.util.bin.Bitmap bm,
NetworkOperator netop)
Create a logo message. |
|
LogoMessage(Address addr,
byte[] bm)
|
|
LogoMessage(Address addr,
byte[] bm,
NetworkOperator netop)
|
|
LogoMessage(Address addr,
NetworkOperator netop)
Create a blank logo used to remove operator logos from phone. |
|
| Method Summary |
|---|
| Methods inherited from class ie.ncl.sms.nbs.SmartMessage |
|---|
encodeToSms, getDestinationPort, getMaximumFragmentLength, getNbsHeader, getPreferredTransferMode, getSourcePort, isForCdmaNetwork, isMaximumFragmentLengthSet, isPortNumberInEachFragment, setForCdmaNetwork, setMaximumFragmentLength, setPreferredTransferMode |
| Methods inherited from class ie.ncl.msg.BinaryMessage |
|---|
getBody, getBytes, setBody, setBytes, size |
| Methods inherited from class ie.ncl.msg.Message |
|---|
getAttribute, getAttributes, getCorrelationID, getDestination, getID, getSource, getType, putAttribute, removeAttribute, setAttributes, setCorrelationID, setDestination, setID, setSource, setType |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int MAXIMUM_WIDTH
public static final int MAXIMUM_HEIGHT
| Constructor Detail |
|---|
public LogoMessage(Address addr,
ie.ncl.util.bin.Bitmap bm)
throws NBSException,
NetworkOperatorException
NBSException
NetworkOperatorExceptionNarrowBandSocket.send(SmartMessage),
Bitmap,
ie.ncl.sms.NetworkOperator
public LogoMessage(Address addr,
ie.ncl.util.bin.Bitmap bm,
NetworkOperator netop)
throws NBSException
NBSExceptionNarrowBandSocket.send(SmartMessage),
Bitmap,
ie.ncl.sms.NetworkOperator
public LogoMessage(Address addr)
throws NBSException,
NetworkOperatorException
NBSException
NetworkOperatorException
public LogoMessage(Address addr,
NetworkOperator netop)
throws NBSException
NBSException
public LogoMessage(Address addr,
byte[] bm)
throws NBSException,
NetworkOperatorException
NBSException
NetworkOperatorException
public LogoMessage(Address addr,
byte[] bm,
NetworkOperator netop)
throws NBSException
NBSException
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||