Package com.mouseviator.fsuipc

This package contains two main classes that implement the Java FSUIPC SDK. This code, written by Mouseviator (2020), is based upon 64 bit Java SDK by Paul Henty who amended 32 bit SDK by Mark Burton.

The two main classes are: FSUIPCWrapper and FSUIPC. The FSUIPC class is preferred for usage. The FSUIPCWrapper is sort of low level wrapper for FSUIPC and should be used when the FSUIPC does not suit your needs - ie. you don't like it. The FSUIPC uses FSUIPCWrapper internally.