C# 클래스 EmxDevice.PrototypeDevice

상속: DeviceHive.DeviceEngine
파일 보기 프로젝트 열기: devicehive/devicehive-.net-mf 1 사용 예제들

공개 메소드들

메소드 설명
Abs ( float f ) : float
ProcessCommands ( ) : bool
PrototypeDevice ( ) : DeviceHive

보호된 메소드들

메소드 설명
CreateDeviceData ( ) : Device
CreateEquipment ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Abs() 공개 메소드

public Abs ( float f ) : float
f float
리턴 float

CreateDeviceData() 보호된 메소드

protected CreateDeviceData ( ) : Device
리턴 DeviceHive.Device

CreateEquipment() 보호된 메소드

protected CreateEquipment ( ) : void
리턴 void

ProcessCommands() 공개 메소드

public ProcessCommands ( ) : bool
리턴 bool

PrototypeDevice() 공개 메소드

public PrototypeDevice ( ) : DeviceHive
리턴 DeviceHive