org.marre.sms.transport.gsm.commands
Class MessageFormatSetReq

java.lang.Object
  extended byorg.marre.sms.transport.gsm.commands.MessageFormatSetReq

public class MessageFormatSetReq
extends java.lang.Object


Field Summary
static int MODE_PDU
           
static int MODE_TEXT
           
 
Constructor Summary
MessageFormatSetReq(int mode)
           
 
Method Summary
 void send(GsmComm comm)
          Sends the command and builds a response object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODE_PDU

public static final int MODE_PDU
See Also:
Constant Field Values

MODE_TEXT

public static final int MODE_TEXT
See Also:
Constant Field Values
Constructor Detail

MessageFormatSetReq

public MessageFormatSetReq(int mode)
Method Detail

send

public void send(GsmComm comm)
          throws GsmException,
                 java.io.IOException
Sends the command and builds a response object.

Parameters:
comm -
Throws:
GsmException
java.io.IOException


Copyright © 2002-2005 Markus Eriksson. All Rights Reserved.