SHOW Signed

net.rim.device.api.system
Class MobitexPacketHeader

java.lang.Object
  |
  +--net.rim.device.api.system.MobitexPacketHeader
All Implemented Interfaces:
RadioPacketHeader

Deprecated. Mobitex is no longer supported.

public final class MobitexPacketHeader
extends Object
implements RadioPacketHeader

A RadioPacketHeader for sending Mobitex packets.

Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

Since:
JDE 4.0.0

Field Summary
 Category: Signed static int FLAG_MAILBOX
          Deprecated. 
 Category: Signed static int FLAG_POSACK
          Deprecated. 
 Category: Signed static int FLAG_SENDLIST
          Deprecated. 
 Category: Signed static int FLAG_UNKNOWN
          Deprecated. 
 Category: Signed static int PACKET_TYPE_DATA
          Deprecated. 
 Category: Signed static int PACKET_TYPE_HPDATA
          Deprecated. 
 Category: Signed static int PACKET_TYPE_STATUS
          Deprecated. 
 Category: Signed static int PACKET_TYPE_TEXT
          Deprecated. 
 Category: Signed static int TS_CANNOT_BE_REACHED
          Deprecated. 
 Category: Signed static int TS_DESTINATION_BUSY
          Deprecated. 
 Category: Signed static int TS_ILLEGAL_MESSAGE
          Deprecated. 
 Category: Signed static int TS_MESSAGE_FROM_MAILBOX
          Deprecated. 
 Category: Signed static int TS_MESSAGE_IN_MAILBOX
          Deprecated. 
 Category: Signed static int TS_MESSAGE_OK
          Deprecated. 
 Category: Signed static int TS_NETWORK_CONGESTED
          Deprecated. 
 Category: Signed static int TS_TECHNICAL_ERROR
          Deprecated. 
 
Constructor Summary
 Category: Signed MobitexPacketHeader()
          Deprecated. 
 
Method Summary
 Category: Signed  int getDestinationAddress()
          Deprecated. 
 Category: Signed  int getHPID()
          Deprecated. 
 Category: Signed static int getMaxPacketSize()
          Deprecated. 
 Category: Signed  int getPacketFlags()
          Deprecated. 
 Category: Signed  int getPacketType()
          Deprecated. 
 Category: Signed  int getSourceAddress()
          Deprecated. 
 Category: Signed  int getTrafficState()
          Deprecated. 
 Category: Signed  void reset()
          Deprecated. 
 Category: Signed  void setDestinationAddress(int destinationAddress)
          Deprecated. 
 Category: Signed  void setHPID(int hpid)
          Deprecated. 
 Category: Signed  void setPacketFlags(int packetFlags)
          Deprecated. 
 Category: Signed  void setPacketType(int packetType)
          Deprecated. 
 Category: Signed  void setSourceAddress(int sourceAddress)
          Deprecated. 
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FLAG_MAILBOX

public static final int FLAG_MAILBOX
Deprecated. 
Mailbox flag.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

FLAG_POSACK

public static final int FLAG_POSACK
Deprecated. 
POSACK flag.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

FLAG_SENDLIST

public static final int FLAG_SENDLIST
Deprecated. 
SENDLIST flag.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

FLAG_UNKNOWN

public static final int FLAG_UNKNOWN
Deprecated. 
UNKNOWN flag.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

PACKET_TYPE_DATA

public static final int PACKET_TYPE_DATA
Deprecated. 
Data packet type.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

PACKET_TYPE_HPDATA

public static final int PACKET_TYPE_HPDATA
Deprecated. 
HPDATA packet type.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

PACKET_TYPE_STATUS

public static final int PACKET_TYPE_STATUS
Deprecated. 
Status packet type.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

PACKET_TYPE_TEXT

public static final int PACKET_TYPE_TEXT
Deprecated. 
Text packet type.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

TS_CANNOT_BE_REACHED

public static final int TS_CANNOT_BE_REACHED
Deprecated. 
Returned, cannot be reached.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

TS_DESTINATION_BUSY

public static final int TS_DESTINATION_BUSY
Deprecated. 
Returned, destination busy.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

TS_ILLEGAL_MESSAGE

public static final int TS_ILLEGAL_MESSAGE
Deprecated. 
Returned, bad message format.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

TS_MESSAGE_FROM_MAILBOX

public static final int TS_MESSAGE_FROM_MAILBOX
Deprecated. 
Message from mailbox.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

TS_MESSAGE_IN_MAILBOX

public static final int TS_MESSAGE_IN_MAILBOX
Deprecated. 
Message was placed in mailbox & copy returned.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

TS_MESSAGE_OK

public static final int TS_MESSAGE_OK
Deprecated. 
Message ok.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

TS_NETWORK_CONGESTED

public static final int TS_NETWORK_CONGESTED
Deprecated. 
Returned, network congested.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

TS_TECHNICAL_ERROR

public static final int TS_TECHNICAL_ERROR
Deprecated. 
Returned, technical network error.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
Constructor Detail

MobitexPacketHeader

public MobitexPacketHeader()
Deprecated. 
Construct a new MobitexPacketHeader object.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.
Method Detail

getDestinationAddress

public int getDestinationAddress()
Deprecated. 
Retrieves the packet destination address.
Returns:
Destination address for this packet.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

getHPID

public int getHPID()
Deprecated. 
Retrieves the higher protocol ID.
Returns:
HPID for this packet.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

getMaxPacketSize

public static int getMaxPacketSize()
Deprecated. 
Retrieves the maximum packet size.
Returns:
Maximum allowable packet size.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

getPacketFlags

public int getPacketFlags()
Deprecated. 
Retrieves the set of packet flags.
Returns:
One of these values: FLAG_MAILBOX, FLAG_POSACK, FLAG_SENDLIST, or FLAG_UNKNOWN.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

getPacketType

public int getPacketType()
Deprecated. 
Retrieves the packet type.
Returns:
One of these values: PACKET_TYPE_DATA, PACKET_TYPE_HPDATA, PACKET_TYPE_STATUS, or PACKET_TYPE_TEXT.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

getSourceAddress

public int getSourceAddress()
Deprecated. 
Retrieves the packet source address.
Returns:
Source address for this packet.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

getTrafficState

public int getTrafficState()
Deprecated. 
Retrieves the traffic state.
Returns:
One of these values: TS_CANNOT_BE_REACHED, TS_DESTINATION_BUSY, TS_ILLEGAL_MESSAGE, TS_MESSAGE_FROM_MAILBOX, TS_MESSAGE_IN_MAILBOX, TS_MESSAGE_OK, TS_NETWORK_CONGESTED, or TS_TECHNICAL_ERROR.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

reset

public void reset()
Deprecated. 
Resets this header.

Use this method to reset this header's information fields to their default values.

Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

setDestinationAddress

public void setDestinationAddress(int destinationAddress)
Deprecated. 
Sets the packet destination address.
Parameters:
destinationAddress - New destination address for this packet.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

setHPID

public void setHPID(int hpid)
Deprecated. 
Sets the higher protocol ID.
Parameters:
hpid - New HPID to set.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

setPacketFlags

public void setPacketFlags(int packetFlags)
Deprecated. 
Sets specified packet flags.
Parameters:
packetFlags - Packet flags to set; one of these values: FLAG_MAILBOX, FLAG_POSACK, FLAG_SENDLIST, or FLAG_UNKNOWN.
Throws:
IllegalArgumentException - If the specified value is invalid.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

setPacketType

public void setPacketType(int packetType)
Deprecated. 
Sets the packet type.
Parameters:
packetType - Type for this packet; one of these values: PACKET_TYPE_DATA, PACKET_TYPE_HPDATA, PACKET_TYPE_STATUS, or PACKET_TYPE_TEXT.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.

setSourceAddress

public void setSourceAddress(int sourceAddress)
Deprecated. 
Sets the packet source address.
Parameters:
sourceAddress - New source address for this packet.
Since:
JDE 4.0.0
Category:
Signed: This element is only accessible by signed clients. If you intend to use this element, please contact RIM to establish the necessary agreements that will allow you to have your COD files signed. Signing is only required for use on the device, development under the JDE can occur without signing the CODs.


Copyright 1999-2007 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.