ie.ncl.sms.gsm
Class Content
java.lang.Object
ie.ncl.sms.gsm.Content
public class Content
- extends java.lang.Object
This object groups PID, DCS, UDHI and bytes together.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Content
public Content(byte[] userData,
ProtocolIdentifier protocolIdentifier,
DataCodingScheme dataCodingScheme,
boolean userDataHeaderIndicator)
Content
public Content(byte[] userData,
ProtocolIdentifier protocolIdentifier,
DataCodingScheme dataCodingScheme,
boolean userDataHeaderIndicator,
byte[] userDataHeader)
Content
public Content(byte[] userData,
ProtocolIdentifier protocolIdentifier,
DataCodingScheme dataCodingScheme)
Content
public Content(byte[] userData)
getPid
public ProtocolIdentifier getPid()
getDcs
public DataCodingScheme getDcs()
getUserData
public byte[] getUserData()
getBytes
public byte[] getBytes()
getUserDataHeaderIndicator
public boolean getUserDataHeaderIndicator()
getUdhi
public boolean getUdhi()
getUserDataHeader
public byte[] getUserDataHeader()