|
Crossfire JXClient, Trunk
|
#include <jdwpTransport.h>
Collaboration diagram for jdwpPacket:Public Attributes | |
| union { | |
| jdwpCmdPacket cmd | |
| jdwpReplyPacket reply | |
| } | type |
Definition at line 120 of file jdwpTransport.h.
| jdwpCmdPacket jdwpPacket::cmd |
Definition at line 122 of file jdwpTransport.h.
| jdwpReplyPacket jdwpPacket::reply |
Definition at line 123 of file jdwpTransport.h.
| union { ... } jdwpPacket::type |