C# Class UsbUirt.GeneralSettings

Afficher le fichier Open project: JordanZaerr/Usb-Uirt-managed-wrapper

Méthodes publiques

Méthode 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

Méthode 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 méthode

public static GetBlinkOnReceive ( IntPtr driverHandle ) : bool
driverHandle System.IntPtr
Résultat bool

GetBlinkOnTransmit() public static méthode

public static GetBlinkOnTransmit ( IntPtr driverHandle ) : bool
driverHandle IntPtr
Résultat bool

GetGenerateLegacyCodesOnReceive() public static méthode

public static GetGenerateLegacyCodesOnReceive ( IntPtr driverHandle ) : bool
driverHandle IntPtr
Résultat bool

SetBlinkOnReceiver() public static méthode

public static SetBlinkOnReceiver ( IntPtr driverHandle, bool value ) : void
driverHandle IntPtr
value bool
Résultat void

SetBlinkOnTransmit() public static méthode

public static SetBlinkOnTransmit ( IntPtr driverHandle, bool value ) : void
driverHandle IntPtr
value bool
Résultat void

SetGenerateLegacyCodesOnReceive() public static méthode

public static SetGenerateLegacyCodesOnReceive ( IntPtr driverHandle, bool value ) : void
driverHandle IntPtr
value bool
Résultat void