|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||
| Packages that use DataCodingScheme | |
|---|---|
| ie.ncl.sms.dcs | This package contains the Data Coding Scheme (DCS) classes used to define the manner in which SMS messages are encoded. |
| ie.ncl.sms.gsm | This package contains the GSM classes that define attributes specific to GSM short messages. |
| Uses of DataCodingScheme in ie.ncl.sms.dcs |
|---|
| Subclasses of DataCodingScheme in ie.ncl.sms.dcs | |
|---|---|
class |
CellBroadcastCoding
These coding schemes are used to specify the coding of a Cell Broadcast message. |
class |
CellBroadcastLanguage
This is used to specify a cell broadcast language data coding scheme. |
class |
MessageWaitingIndication
|
class |
ShortMessageCoding
|
| Fields in ie.ncl.sms.dcs declared as DataCodingScheme | |
|---|---|
static DataCodingScheme |
DataCodingScheme.Binary
This should be used to send 8 bit binary data. |
static DataCodingScheme |
DataCodingScheme.Default
This should be used to send simple text messages. |
static DataCodingScheme |
DataCodingScheme.DisplayOnly
Display the message but do not store it. |
static DataCodingScheme |
DataCodingScheme.Flash
Display the message only but do not store it AND unicode encoded it. |
static DataCodingScheme |
DataCodingScheme.NokiaSmartMessage
ME Specific binary messages. |
static DataCodingScheme |
DataCodingScheme.Unicode
This should be used to send Unicoded text messages. |
| Uses of DataCodingScheme in ie.ncl.sms.gsm |
|---|
| Methods in ie.ncl.sms.gsm that return DataCodingScheme | |
|---|---|
DataCodingScheme |
GsmMessage.getDcs()
Get the data coding scheme. |
DataCodingScheme |
Content.getDcs()
|
| Constructors in ie.ncl.sms.gsm with parameters of type DataCodingScheme | |
|---|---|
Content(byte[] userData,
ProtocolIdentifier protocolIdentifier,
DataCodingScheme dataCodingScheme)
|
|
Content(byte[] userData,
ProtocolIdentifier protocolIdentifier,
DataCodingScheme dataCodingScheme,
boolean userDataHeaderIndicator)
|
|
Content(byte[] userData,
ProtocolIdentifier protocolIdentifier,
DataCodingScheme dataCodingScheme,
boolean userDataHeaderIndicator,
byte[] userDataHeader)
|
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||