C# Class WrapperTest.FfbInterface

Show file Open project: shauleiz/vJoy

Public Properties

Property Type Description
dlg TesterForm
id uint
joystick vJoyInterfaceWrap.vJoy

Public Methods

Method Description
FfbInterface ( ) : System
FfbInterface ( TesterForm dialog ) : System

Private Methods

Method Description
Byte2Percent ( Byte InByte ) : int
DevCtrl2Str ( FFB_CTRL Ctrl, string &Str ) : bool
EffectOpStr ( FFBOP Op, string &Str ) : bool
EffectType2Str ( FFBEType Type, string &Str ) : bool
OnEffect ( IntPtr data, IntPtr userData ) : void
OnEffectObj ( IntPtr data, object userData ) : void
PacketType2Str ( FFBPType Type, string &Str ) : bool
Polar2Deg ( Byte Polar ) : int
TwosCompByte2Int ( Byte inVal ) : int

Method Details

FfbInterface() public method

public FfbInterface ( ) : System
return System

FfbInterface() public method

public FfbInterface ( TesterForm dialog ) : System
dialog TesterForm
return System

Property Details

dlg public static property

public static TesterForm,WrapperTest dlg
return TesterForm

id public property

public uint id
return uint

joystick public static property

public static vJoy,vJoyInterfaceWrap joystick
return vJoyInterfaceWrap.vJoy