C# Class Mycroft.Cmd.App.AppCommand

Inheritance: Command
ファイルを表示 Open project: rit-sse-mycroft/core

Public Methods

Method Description
Parse ( String type, String json, AppInstance instance ) : Command

Parses JSON into App command objects

Method Details

Parse() public static method

Parses JSON into App command objects
public static Parse ( String type, String json, AppInstance instance ) : Command
type String
json String The JSON body of the message
instance AppInstance
return Command