C# Class CodeTV.WinLIRC.CommandReceivedEventArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: dgis/CodeTV Class Usage Examples

Public Methods

Method Description
CommandReceivedEventArgs ( string rawIrCommand, string code, int repeat, string irCommand, string remoteCommandName ) : System

Method Details

CommandReceivedEventArgs() public method

public CommandReceivedEventArgs ( string rawIrCommand, string code, int repeat, string irCommand, string remoteCommandName ) : System
rawIrCommand string
code string
repeat int
irCommand string
remoteCommandName string
return System