C# Class UsbUirt.GeneralSettings

Show file Open project: JordanZaerr/Usb-Uirt-managed-wrapper

Public Methods

Method Description
GetBlinkOnReceive ( IntPtr driverHandle ) : bool
GetBlinkOnTransmit ( IntPtr driverHandle ) : bool
GetGenerateLegacyCodesOnReceive ( IntPtr driverHandle ) : bool
SetBlinkOnReceiver ( IntPtr driverHandle, bool value ) : void
SetBlinkOnTransmit ( IntPtr driverHandle, bool value ) : void
SetGenerateLegacyCodesOnReceive ( IntPtr driverHandle, bool value ) : void

Private Methods

Method Description
GetConfig ( IntPtr driverHandle ) : UUIRTConfigBits
GetSetting ( IntPtr driverHandle, UUIRTConfigBits bit ) : bool
SetConfig ( IntPtr driverHandle, bool blinkOnReceive, bool blinkOnTransmit, bool generateLegacyCodesOnReceive ) : void
UUIRTGetUUIRTConfig ( IntPtr hDrvHandle, uint &uConfig ) : bool
UUIRTSetUUIRTConfig ( IntPtr hDrvHandle, uint uConfig ) : bool

Method Details

GetBlinkOnReceive() public static method

public static GetBlinkOnReceive ( IntPtr driverHandle ) : bool
driverHandle System.IntPtr
return bool

GetBlinkOnTransmit() public static method

public static GetBlinkOnTransmit ( IntPtr driverHandle ) : bool
driverHandle IntPtr
return bool

GetGenerateLegacyCodesOnReceive() public static method

public static GetGenerateLegacyCodesOnReceive ( IntPtr driverHandle ) : bool
driverHandle IntPtr
return bool

SetBlinkOnReceiver() public static method

public static SetBlinkOnReceiver ( IntPtr driverHandle, bool value ) : void
driverHandle IntPtr
value bool
return void

SetBlinkOnTransmit() public static method

public static SetBlinkOnTransmit ( IntPtr driverHandle, bool value ) : void
driverHandle IntPtr
value bool
return void

SetGenerateLegacyCodesOnReceive() public static method

public static SetGenerateLegacyCodesOnReceive ( IntPtr driverHandle, bool value ) : void
driverHandle IntPtr
value bool
return void