C# Class DeviceHive.CommandEventArgs

Event arguments for a DeviceHive command
Inheritance: Microsoft.SPOT.EventArgs
Datei anzeigen Open project: devicehive/devicehive-.net-mf Class Usage Examples

Public Properties

Property Type Description
Command DeviceCommand

Public Methods

Method Description
CommandEventArgs ( DeviceCommand cmd ) : Microsoft.SPOT

Constructs a command event arguments structure

Method Details

CommandEventArgs() public method

Constructs a command event arguments structure
public CommandEventArgs ( DeviceCommand cmd ) : Microsoft.SPOT
cmd DeviceCommand Command that had caused an event. Should be expected to be null.
return Microsoft.SPOT

Property Details

Command public_oe property

Command that had caused the event
This command would be available in the handler function
public DeviceCommand,DeviceHive Command
return DeviceCommand