C# Class Netronics.Ant.Ant.RemoteAnt

Inheritance: IAnt
Datei anzeigen Open project: shlee322/Netronics Class Usage Examples

Public Methods

Method Description
AddChannel ( IChannel channel ) : void
GetAnts ( ) : Ants
GetId ( ) : int
ReceiveTask ( int tId, int type, JToken o ) : void
RemoteAnt ( Ants ants, int id ) : System.Net
ResponseTask ( int tId, JToken o ) : void
SendMessage ( int index, JToken o ) : IYield
SendResponseTask ( int tId, JToken message ) : void
SendTask ( int index, JToken o ) : IYield

Method Details

AddChannel() public method

public AddChannel ( IChannel channel ) : void
channel IChannel
return void

GetAnts() public method

public GetAnts ( ) : Ants
return Ants

GetId() public method

public GetId ( ) : int
return int

ReceiveTask() public method

public ReceiveTask ( int tId, int type, JToken o ) : void
tId int
type int
o JToken
return void

RemoteAnt() public method

public RemoteAnt ( Ants ants, int id ) : System.Net
ants Ants
id int
return System.Net

ResponseTask() public method

public ResponseTask ( int tId, JToken o ) : void
tId int
o JToken
return void

SendMessage() public method

public SendMessage ( int index, JToken o ) : IYield
index int
o JToken
return IYield

SendResponseTask() public method

public SendResponseTask ( int tId, JToken message ) : void
tId int
message JToken
return void

SendTask() public method

public SendTask ( int index, JToken o ) : IYield
index int
o JToken
return IYield