SMSLib 3.5.3

Uses of Class
org.smslib.Message.MessageEncodings

Packages that use Message.MessageEncodings
org.smslib Main SMSLib classes. 
 

Uses of Message.MessageEncodings in org.smslib
 

Methods in org.smslib that return Message.MessageEncodings
 Message.MessageEncodings Message.getEncoding()
          Returns the message encoding.
static Message.MessageEncodings Message.MessageEncodings.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Message.MessageEncodings[] Message.MessageEncodings.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.smslib with parameters of type Message.MessageEncodings
 void OutboundMessage.setEncoding(Message.MessageEncodings encoding)
           
 void Message.setEncoding(Message.MessageEncodings myEncoding)
          Sets the message encoding to the specified one.
 


SMSLib 3.5.3

(c) 2002-2011, http://smslib.org