C# Class EmxDevice.PrototypeDevice

Inheritance: DeviceHive.DeviceEngine
Afficher le fichier Open project: devicehive/devicehive-.net-mf Class Usage Examples

Méthodes publiques

Méthode Description
Abs ( float f ) : float
ProcessCommands ( ) : bool
PrototypeDevice ( ) : DeviceHive

Méthodes protégées

Méthode Description
CreateDeviceData ( ) : Device
CreateEquipment ( ) : void

Private Methods

Méthode 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 méthode

public Abs ( float f ) : float
f float
Résultat float

CreateDeviceData() protected méthode

protected CreateDeviceData ( ) : Device
Résultat DeviceHive.Device

CreateEquipment() protected méthode

protected CreateEquipment ( ) : void
Résultat void

ProcessCommands() public méthode

public ProcessCommands ( ) : bool
Résultat bool

PrototypeDevice() public méthode

public PrototypeDevice ( ) : DeviceHive
Résultat DeviceHive