C# Class EmxDevice.PrototypeDevice

Inheritance: DeviceHive.DeviceEngine
Show file Open project: devicehive/devicehive-.net-mf Class Usage Examples

Public Methods

Method Description
Abs ( float f ) : float
ProcessCommands ( ) : bool
PrototypeDevice ( ) : DeviceHive

Protected Methods

Method Description
CreateDeviceData ( ) : Device
CreateEquipment ( ) : void

Private Methods

Method Description
Blink ( uint ms ) : void
OnDisconnect ( object sender, EventArgs e ) : void
PostConnect ( object sender, EventArgs e ) : bool
PostProcessCommand ( object sender, CommandEventArgs e ) : void
PostProcessNotification ( object sender, NotificationEventArgs e ) : void
PreConnect ( object sender, EventArgs e ) : bool
PreInit ( object sender, EventArgs e ) : bool
PreProcessCommand ( object sender, CommandEventArgs e ) : void
PreProcessNotification ( object sender, NotificationEventArgs e ) : void
StartClient ( string StaticIP ) : Microsoft.SPOT.Net.NetworkInformation.NetworkInterface

Method Details

Abs() public method

public Abs ( float f ) : float
f float
return float

CreateDeviceData() protected method

protected CreateDeviceData ( ) : Device
return DeviceHive.Device

CreateEquipment() protected method

protected CreateEquipment ( ) : void
return void

ProcessCommands() public method

public ProcessCommands ( ) : bool
return bool

PrototypeDevice() public method

public PrototypeDevice ( ) : DeviceHive
return DeviceHive