|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmx.udlap.kjProtocol.packets.BasicPacket
The basic type of packet, it contains lenght and type for a kannel protocol message. This class is used by extending it.
| Field Summary | |
static byte |
ACK_PKT
Acknowledgement type of packet constant |
static byte |
ADMIN_PKT
Admin type of packet constant |
static byte |
HEARTBEAT_PKT
Heart beat type of packet constant |
KInteger |
length
Length of the packet |
static KInteger |
NODATA
4 byte integer, all bits set to 1, it is used to indicate that a field is not in use. |
static byte |
SMS_PKT
Short Message Service type of packet constant |
KInteger |
type
Type of the packet |
static byte |
WDP_PKT
Wireless Datagram Packet type of packet constant |
| Constructor Summary | |
BasicPacket()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final KInteger NODATA
public static final byte HEARTBEAT_PKT
public static final byte ADMIN_PKT
public static final byte SMS_PKT
public static final byte ACK_PKT
public static final byte WDP_PKT
public KInteger length
public KInteger type
| Constructor Detail |
public BasicPacket()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||