org.mobicents.protocols.smpp.gsm.ems
Class UserPromptIndicator

java.lang.Object
  extended by org.mobicents.protocols.smpp.gsm.AbstractHeaderElement
      extended by org.mobicents.protocols.smpp.gsm.ems.UserPromptIndicator
All Implemented Interfaces:
HeaderElement

public class UserPromptIndicator
extends AbstractHeaderElement

Implementation of the user prompt indicator.

Version:
$Id: UserPromptIndicator.java 484 2010-02-08 16:08:50Z orank $

Constructor Summary
UserPromptIndicator(int numObjects)
           
 
Method Summary
protected  boolean doWrite(int segmentNum, ByteBuffer buffer)
           
 int getLength()
          Get the total number of octets this header element encodes as excluding the IEI and the IEI-Data-Length fields.
 
Methods inherited from class org.mobicents.protocols.smpp.gsm.AbstractHeaderElement
equals, isComplete, isRecurring, postProcess, reset, write
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPromptIndicator

public UserPromptIndicator(int numObjects)
Method Detail

doWrite

protected boolean doWrite(int segmentNum,
                          ByteBuffer buffer)
Overrides:
doWrite in class AbstractHeaderElement

getLength

public int getLength()
Description copied from interface: HeaderElement
Get the total number of octets this header element encodes as excluding the IEI and the IEI-Data-Length fields.

Returns:
The number of octets in this header element's IE-Data, which may exceed 140 octets.


Copyright © 2011 Mobicents. All Rights Reserved.