Uses of Package
com.mouseviator.fsuipc
Package | Description |
---|---|
com.mouseviator.fsuipc |
This package contains two main classes that implement the Java FSUIPC SDK.
|
com.mouseviator.fsuipc.helpers |
This package (and sub-packages) contains helper classes to get data requests for use with
FSUIPC class to gather various sim data. |
-
Classes in com.mouseviator.fsuipc used by com.mouseviator.fsuipc Class Description FSUIPC General descriptionFSUIPCWrapper.FSUIPCResult An enumeration of known result codes, that can be returned by calls toFSUIPCWrapper.read(int, int, byte[])
,FSUIPCWrapper.write(int, int, byte[])
,FSUIPCWrapper.process()
.FSUIPCWrapper.FSUIPCSimVersion An enumeration of known FSUIPC sim versions for passing as parameter toFSUIPCWrapper.open(int)
function.FSUIPCWrapper.LogSeverity An enumeration of logging severity that can be used inFSUIPCWrapper.setupLogging(boolean, byte)
function.IFSUIPCListener This interface to be implemented to receive notifications fromFSUIPC
library. -
Classes in com.mouseviator.fsuipc used by com.mouseviator.fsuipc.helpers Class Description FSUIPC General description