BWAPI
Classes | Typedefs | Enumerations
EISBot/c_src/include/jni/jdwpTransport.h File Reference
#include "jni.h"
Include dependency graph for jdwpTransport.h:

Go to the source code of this file.

Classes

struct  JDWPTransportCapabilities
struct  jdwpCmdPacket
struct  jdwpReplyPacket
struct  jdwpPacket
struct  jdwpTransportCallback
struct  jdwpTransportNativeInterface_
struct  _jdwpTransportEnv

Typedefs

typedef struct
jdwpTransportNativeInterface_
jdwpTransportEnv
typedef struct
jdwpTransportCallback 
jdwpTransportCallback
typedef jint(JNICALLjdwpTransport_OnLoad_t )(JavaVM *jvm, jdwpTransportCallback *callback, jint version, jdwpTransportEnv **env)

Enumerations

enum  { JDWPTRANSPORT_VERSION_1_0 = 0x00010000 }
enum  jdwpTransportError {
  JDWPTRANSPORT_ERROR_NONE = 0, JDWPTRANSPORT_ERROR_ILLEGAL_ARGUMENT = 103, JDWPTRANSPORT_ERROR_OUT_OF_MEMORY = 110, JDWPTRANSPORT_ERROR_INTERNAL = 113,
  JDWPTRANSPORT_ERROR_ILLEGAL_STATE = 201, JDWPTRANSPORT_ERROR_IO_ERROR = 202, JDWPTRANSPORT_ERROR_TIMEOUT = 203, JDWPTRANSPORT_ERROR_MSG_NOT_AVAILABLE = 204
}
enum  { JDWPTRANSPORT_FLAGS_NONE = 0x0, JDWPTRANSPORT_FLAGS_REPLY = 0x80 }

Typedef Documentation


Enumeration Type Documentation

anonymous enum
Enumerator:
JDWPTRANSPORT_VERSION_1_0 
anonymous enum
Enumerator:
JDWPTRANSPORT_FLAGS_NONE 
JDWPTRANSPORT_FLAGS_REPLY 
Enumerator:
JDWPTRANSPORT_ERROR_NONE 
JDWPTRANSPORT_ERROR_ILLEGAL_ARGUMENT 
JDWPTRANSPORT_ERROR_OUT_OF_MEMORY 
JDWPTRANSPORT_ERROR_INTERNAL 
JDWPTRANSPORT_ERROR_ILLEGAL_STATE 
JDWPTRANSPORT_ERROR_IO_ERROR 
JDWPTRANSPORT_ERROR_TIMEOUT 
JDWPTRANSPORT_ERROR_MSG_NOT_AVAILABLE 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines