C# Class CodeTV.WinLIRC.CommandReceivedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: dgis/CodeTV Class Usage Examples

Méthodes publiques

Méthode Description
CommandReceivedEventArgs ( string rawIrCommand, string code, int repeat, string irCommand, string remoteCommandName ) : System

Method Details

CommandReceivedEventArgs() public méthode

public CommandReceivedEventArgs ( string rawIrCommand, string code, int repeat, string irCommand, string remoteCommandName ) : System
rawIrCommand string
code string
repeat int
irCommand string
remoteCommandName string
Résultat System