Experts in SMS and MMS Technology. NCLs Provato is an SMS/MMS Gateway supporting  WAP Push, EMS, MMS, SMS, Nokia Smart Messaging, SMPP, CIMD, UCP, MM7, M20, TC35 NCL Technologies Ltd
Provato - SMS MMS Gateway
Mobile Messaging in J2EE & .NET

SwiftNote - Java SMS Toolkit

ie.ncl.sms.gsm
Class Content

java.lang.Object
  extended by ie.ncl.sms.gsm.Content

public class Content
extends java.lang.Object

This object groups PID, DCS, UDHI and bytes together.


Constructor Summary
Content(byte[] userData)
           
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)
           
 
Method Summary
 byte[] getBytes()
           
 DataCodingScheme getDcs()
           
 ProtocolIdentifier getPid()
           
 boolean getUdhi()
           
 byte[] getUserData()
           
 byte[] getUserDataHeader()
           
 boolean getUserDataHeaderIndicator()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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()

Experts in SMS and MMS Technology. NCLs Provato is an SMS/MMS Gateway supporting  WAP Push, EMS, MMS, SMS, Nokia Smart Messaging, SMPP, CIMD, UCP, MM7, M20, TC35 NCL Technologies Ltd
Provato - SMS MMS Gateway
Mobile Messaging in J2EE & .NET

SwiftNote - Java SMS Toolkit