C# Class Mycroft.Cmd.Msg.MsgCommand

Inheritance: Command
Show file Open project: rit-sse-mycroft/core Class Usage Examples

Public Methods

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

Parses JSON into message command objects

Method Details

Parse() public static method

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