C# 클래스 DeviceHive.CommandEventArgs

Event arguments for a DeviceHive command
상속: Microsoft.SPOT.EventArgs
파일 보기 프로젝트 열기: devicehive/devicehive-.net-mf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Command DeviceCommand

공개 메소드들

메소드 설명
CommandEventArgs ( DeviceCommand cmd ) : Microsoft.SPOT

Constructs a command event arguments structure

메소드 상세

CommandEventArgs() 공개 메소드

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.
리턴 Microsoft.SPOT

프로퍼티 상세

Command 공개적으로 프로퍼티

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