All Packages Class Hierarchy This Package Previous Next Index
Class link.LinkPacket
java.lang.Object
|
+----link.LinkPacket
- public class LinkPacket
- extends Object
Defines the structure of a packet from the link-level
perspective. Additional fields may be defined by higher
levels by extending this class
-
data
- The data to be sent.
-
LinkPacket()
-
-
toString()
- Make a string for packet trace messages.
data
public byte data[]
- The data to be sent.
LinkPacket
public LinkPacket()
toString
public String toString()
- Make a string for packet trace messages. Should be short
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index