|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.flightsim.fsuipc.fsuipc_wrapper
Wrapper class for fsuipc_java.dll
| Field Summary | |
static int |
SIM_ANY
|
static int |
SIM_CFS1
|
static int |
SIM_CFS2
|
static int |
SIM_FS2K
|
static int |
SIM_FS2K2
|
static int |
SIM_FS98
|
| Constructor Summary | |
fsuipc_wrapper()
|
|
| Method Summary | |
static void |
Close()
Close the connection |
static int |
Open(int aFlightSim)
Connect to FS. |
static void |
Process()
Process the commands |
static void |
ReadData(int aOffset,
int aCount,
byte[] aData)
Read bytes from FS |
static void |
WriteData(int aOffset,
int aCount,
byte[] aData)
Write byte to FS |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int SIM_ANY
public static final int SIM_FS98
public static final int SIM_FS2K
public static final int SIM_CFS2
public static final int SIM_CFS1
public static final int SIM_FS2K2
| Constructor Detail |
public fsuipc_wrapper()
| Method Detail |
public static int Open(int aFlightSim)
aFlightSim - Version of flightsim to try and connect to.
public static void Close()
public static void ReadData(int aOffset,
int aCount,
byte[] aData)
public static void WriteData(int aOffset,
int aCount,
byte[] aData)
public static void Process()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||