|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.marre.sms.SmsUserData
Field Summary | |
protected byte[] |
myData
The actual user data. |
protected SmsDcs |
myDcs
Data Coding Scheme for this user data. |
protected int |
myLength
Length of myData, can be in octets or septets. |
Constructor Summary | |
SmsUserData(byte[] userData)
|
|
SmsUserData(byte[] userData,
int userDataLength,
SmsDcs dataCodingScheme)
|
Method Summary | |
byte[] |
getData()
|
SmsDcs |
getDcs()
Returns the data coding scheme. |
int |
getLength()
Returns the length of the user data field. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected byte[] myData
protected int myLength
protected SmsDcs myDcs
Constructor Detail |
public SmsUserData(byte[] userData, int userDataLength, SmsDcs dataCodingScheme)
public SmsUserData(byte[] userData)
Method Detail |
public byte[] getData()
public int getLength()
public SmsDcs getDcs()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |