C# Class CrossroadsIO.Devices.DeviceRunner

Show file Open project: jgoz/crossroads-net Class Usage Examples

Protected Properties

Property Type Description
Device Device

Public Methods

Method Description
DeviceRunner ( Device device ) : System
Join ( System.TimeSpan timeout ) : bool
Join ( ) : void
Start ( ) : void

Method Details

DeviceRunner() public method

public DeviceRunner ( Device device ) : System
device Device
return System

Join() public method

public Join ( System.TimeSpan timeout ) : bool
timeout System.TimeSpan
return bool

Join() public method

public Join ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

Device protected property

protected Device,CrossroadsIO.Devices Device
return Device