newphone.sms.ucp
Class UcpMessage
java.lang.Object
|
+--newphone.sms.util.SmsUtil
|
+--newphone.sms.ucp.UcpMessage
- Direct Known Subclasses:
- UcpMessage51, UcpResponse51
- public class UcpMessage
- extends SmsUtil
|
Field Summary |
protected java.lang.String |
data
|
protected char[] |
etx
|
protected java.lang.StringBuffer |
LEN
|
protected char[] |
OR
|
protected char[] |
OT
|
protected char[] |
stx
|
protected char[] |
TRN
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
data
protected java.lang.String data
stx
protected char[] stx
etx
protected char[] etx
TRN
protected char[] TRN
LEN
protected java.lang.StringBuffer LEN
OR
protected char[] OR
OT
protected char[] OT
UcpMessage
public UcpMessage()
- Constructor
setOperation
protected void setOperation()
setRequest
protected void setRequest()
setOperationType
protected void setOperationType(java.lang.String parOperation)
getData
protected java.lang.String getData()
getPDU
public java.lang.StringBuffer getPDU()
setPDU
public void setPDU(java.lang.String parPDU)
throws java.lang.Exception