C# Class Netronics.Ant.QueenAnt.AntManager

Datei anzeigen Open project: shlee322/Netronics

Public Methods

Method Description
GetAntManager ( ) : AntManager
RequestJoinAnt ( IChannel channel, Newtonsoft.Json.Linq.JObject args ) : void
StartAnt ( Ant ant ) : void

Private Methods

Method Description
RequestJoinAnt_1 ( IChannel channel, Newtonsoft.Json.Linq.JObject args ) : void

Method Details

GetAntManager() public static method

public static GetAntManager ( ) : AntManager
return AntManager

RequestJoinAnt() public method

public RequestJoinAnt ( IChannel channel, Newtonsoft.Json.Linq.JObject args ) : void
channel IChannel
args Newtonsoft.Json.Linq.JObject
return void

StartAnt() public method

public StartAnt ( Ant ant ) : void
ant Ant
return void