C# Class Mycroft.Cmd.Sys.SysCommand

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

Public Methods

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

Parses JSON into system command objects

Method Details

Parse() public static method

Parses JSON into system command objects
public static Parse ( String type, String rawData, AppInstance instance ) : Command
type String
rawData String
instance AppInstance
return Command