C# 클래스 Mycroft.Cmd.Msg.MsgCommand

상속: Command
파일 보기 프로젝트 열기: rit-sse-mycroft/core 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( String type, String rawData, AppInstance instance ) : Command

Parses JSON into message command objects

메소드 상세

Parse() 공개 정적인 메소드

Parses JSON into message command objects
public static Parse ( String type, String rawData, AppInstance instance ) : Command
type String
rawData String
instance AppInstance
리턴 Command