Crossfire JXClient, Trunk
Public Member Functions | Public Attributes | List of all members
jdwpTransportNativeInterface_ Struct Reference

#include <jdwpTransport.h>

Collaboration diagram for jdwpTransportNativeInterface_:
Collaboration graph

Public Member Functions

 jboolean (JNICALL *IsOpen)(jdwpTransportEnv *env)
 
 jdwpTransportError (JNICALL *Accept)(jdwpTransportEnv *env
 
 jdwpTransportError (JNICALL *Attach)(jdwpTransportEnv *env
 
 jdwpTransportError (JNICALL *Close)(jdwpTransportEnv *env)
 
 jdwpTransportError (JNICALL *GetCapabilities)(jdwpTransportEnv *env
 
 jdwpTransportError (JNICALL *GetLastError)(jdwpTransportEnv *env
 
 jdwpTransportError (JNICALL *ReadPacket)(jdwpTransportEnv *env
 
 jdwpTransportError (JNICALL *StartListening)(jdwpTransportEnv *env
 
 jdwpTransportError (JNICALL *StopListening)(jdwpTransportEnv *env)
 
 jdwpTransportError (JNICALL *WritePacket)(jdwpTransportEnv *env
 

Public Attributes

jlong accept_timeout
 
const char char ** actual_address
 
const char * address
 
const char jlong attach_timeout
 
JDWPTransportCapabilitiescapabilities_ptr
 
char ** error
 
const char jlong jlong handshake_timeout
 
jlong jlong handshake_timeout
 
jdwpPacketpkt
 
const jdwpPacketpkt
 
void * reserved1
 

Detailed Description

Definition at line 144 of file jdwpTransport.h.

Member Function Documentation

◆ jboolean()

jdwpTransportNativeInterface_::jboolean ( JNICALL IsOpen)

◆ jdwpTransportError() [1/9]

jdwpTransportNativeInterface_::jdwpTransportError ( JNICALL Accept)

◆ jdwpTransportError() [2/9]

jdwpTransportNativeInterface_::jdwpTransportError ( JNICALL Attach)

◆ jdwpTransportError() [3/9]

jdwpTransportNativeInterface_::jdwpTransportError ( JNICALL Close)

◆ jdwpTransportError() [4/9]

jdwpTransportNativeInterface_::jdwpTransportError ( JNICALL GetCapabilities)

◆ jdwpTransportError() [5/9]

jdwpTransportNativeInterface_::jdwpTransportError ( JNICALL GetLastError)

◆ jdwpTransportError() [6/9]

jdwpTransportNativeInterface_::jdwpTransportError ( JNICALL ReadPacket)

◆ jdwpTransportError() [7/9]

jdwpTransportNativeInterface_::jdwpTransportError ( JNICALL StartListening)

◆ jdwpTransportError() [8/9]

jdwpTransportNativeInterface_::jdwpTransportError ( JNICALL StopListening)

◆ jdwpTransportError() [9/9]

jdwpTransportNativeInterface_::jdwpTransportError ( JNICALL WritePacket)

Member Data Documentation

◆ accept_timeout

jlong jdwpTransportNativeInterface_::accept_timeout

Definition at line 168 of file jdwpTransport.h.

◆ actual_address

const char char** jdwpTransportNativeInterface_::actual_address

Definition at line 161 of file jdwpTransport.h.

◆ address

const char * jdwpTransportNativeInterface_::address

Definition at line 154 of file jdwpTransport.h.

◆ attach_timeout

const char jlong jdwpTransportNativeInterface_::attach_timeout

Definition at line 155 of file jdwpTransport.h.

◆ capabilities_ptr

JDWPTransportCapabilities* jdwpTransportNativeInterface_::capabilities_ptr

Definition at line 150 of file jdwpTransport.h.

◆ error

char** jdwpTransportNativeInterface_::error

Definition at line 187 of file jdwpTransport.h.

◆ handshake_timeout [1/2]

const char jlong jlong jdwpTransportNativeInterface_::handshake_timeout

Definition at line 156 of file jdwpTransport.h.

◆ handshake_timeout [2/2]

jlong jlong jdwpTransportNativeInterface_::handshake_timeout

Definition at line 169 of file jdwpTransport.h.

◆ pkt [1/2]

jdwpPacket* jdwpTransportNativeInterface_::pkt

Definition at line 179 of file jdwpTransport.h.

◆ pkt [2/2]

const jdwpPacket* jdwpTransportNativeInterface_::pkt

Definition at line 183 of file jdwpTransport.h.

◆ reserved1

void* jdwpTransportNativeInterface_::reserved1

Definition at line 146 of file jdwpTransport.h.


The documentation for this struct was generated from the following file: