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

Uses of Class
ie.ncl.sms.gsm.UserDataHeader

Packages that use UserDataHeader
ie.ncl.sms.gsm This package contains the GSM classes that define attributes specific to GSM short messages. 
 

Uses of UserDataHeader in ie.ncl.sms.gsm
 

Methods in ie.ncl.sms.gsm that return UserDataHeader
 UserDataHeader UDHMessage.getUserDataHeader()
          Get the header of the message.
 

Methods in ie.ncl.sms.gsm with parameters of type UserDataHeader
 void UDHMessage.setUserDataHeader(UserDataHeader udh)
          Set the header of the message.
 

Constructors in ie.ncl.sms.gsm with parameters of type UserDataHeader
UDHMessage(Address destination, byte[] bytes, UserDataHeader udh)
          Create a User Data Header Message specifying the destination address, the header and the data.
UDHMessage(BinaryMessage msg, byte[] bytes, UserDataHeader udh)
          Create a User Data Header Message specifying the all the message attributes from another message, and also the header and the data.
UserDataHeader(UserDataHeader toCopy)
           
UserDataHeader(UserDataHeader toCopy, boolean firstFragment)
           
 


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