|
BWAPI
|
#include <jdwpTransport.h>

Public Member Functions | |
| jdwpTransportError (JNICALL *GetCapabilities)(jdwpTransportEnv *env | |
| jdwpTransportError (JNICALL *Attach)(jdwpTransportEnv *env | |
| jdwpTransportError (JNICALL *StartListening)(jdwpTransportEnv *env | |
| jdwpTransportError (JNICALL *StopListening)(jdwpTransportEnv *env) | |
| jdwpTransportError (JNICALL *Accept)(jdwpTransportEnv *env | |
| jboolean (JNICALL *IsOpen)(jdwpTransportEnv *env) | |
| jdwpTransportError (JNICALL *Close)(jdwpTransportEnv *env) | |
| jdwpTransportError (JNICALL *ReadPacket)(jdwpTransportEnv *env | |
| jdwpTransportError (JNICALL *WritePacket)(jdwpTransportEnv *env | |
| jdwpTransportError (JNICALL *GetLastError)(jdwpTransportEnv *env | |
Public Attributes | |
| void * | reserved1 |
| JDWPTransportCapabilities * | capabilities_ptr |
| const char * | address |
| const char jlong | attach_timeout |
| const char jlong jlong | handshake_timeout |
| const char char ** | actual_address |
| jlong | accept_timeout |
| jlong jlong | handshake_timeout |
| jdwpPacket * | pkt |
| const jdwpPacket * | pkt |
| char ** | error |
| jdwpTransportNativeInterface_::jboolean | ( | JNICALL * | IsOpen | ) |
| jdwpTransportNativeInterface_::jdwpTransportError | ( | JNICALL * | GetCapabilities | ) |
| jdwpTransportNativeInterface_::jdwpTransportError | ( | JNICALL * | StartListening | ) |
| jdwpTransportNativeInterface_::jdwpTransportError | ( | JNICALL * | StopListening | ) |
| jdwpTransportNativeInterface_::jdwpTransportError | ( | JNICALL * | ReadPacket | ) |
| jdwpTransportNativeInterface_::jdwpTransportError | ( | JNICALL * | WritePacket | ) |
| jdwpTransportNativeInterface_::jdwpTransportError | ( | JNICALL * | GetLastError | ) |
| const char char** jdwpTransportNativeInterface_::actual_address |
| const char * jdwpTransportNativeInterface_::address |
1.7.6.1