C# Class Assets.IPC

Show file Open project: Ractiv/touch_plus_source_code

Public Properties

Property Type Description
FileNameProcessedMap bool>.Dictionary
SentCount int
Updated bool

Public Methods

Method Description
Clear ( ) : void
GetResponse ( string recipient, string messageHead, string messageBody, int>.Func callback ) : void
IPC ( string selfNameIn ) : System
MapFunction ( string messageHead, int>.Func callback ) : void
SendMessage ( string recipient, string messageHead, string messageBody ) : void
SetUDPCallback ( int>.Func udpCallbackIn ) : void
Update ( ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

GetResponse() public method

public GetResponse ( string recipient, string messageHead, string messageBody, int>.Func callback ) : void
recipient string
messageHead string
messageBody string
callback int>.Func
return void

IPC() public method

public IPC ( string selfNameIn ) : System
selfNameIn string
return System

MapFunction() public method

public MapFunction ( string messageHead, int>.Func callback ) : void
messageHead string
callback int>.Func
return void

SendMessage() public method

public SendMessage ( string recipient, string messageHead, string messageBody ) : void
recipient string
messageHead string
messageBody string
return void

SetUDPCallback() public method

public SetUDPCallback ( int>.Func udpCallbackIn ) : void
udpCallbackIn int>.Func
return void

Update() public method

public Update ( ) : void
return void

Property Details

FileNameProcessedMap public static property

public static Dictionary FileNameProcessedMap
return bool>.Dictionary

SentCount public static property

public static int SentCount
return int

Updated public static property

public static bool Updated
return bool