C# 클래스 win_cursor_plus.IPC

파일 보기 프로젝트 열기: Ractiv/touch_plus_source_code 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FileNameProcessedMap bool>.Dictionary
LockFileCount int
SentCount int
Updated bool

공개 메소드들

메소드 설명
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

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

GetResponse() 공개 메소드

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

IPC() 공개 메소드

public IPC ( string selfNameIn ) : System
selfNameIn string
리턴 System

MapFunction() 공개 메소드

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

SendMessage() 공개 메소드

public SendMessage ( string recipient, string messageHead, string messageBody ) : void
recipient string
messageHead string
messageBody string
리턴 void

SetUDPCallback() 공개 메소드

public SetUDPCallback ( int>.Func udpCallbackIn ) : void
udpCallbackIn int>.Func
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

FileNameProcessedMap 공개적으로 정적으로 프로퍼티

public static Dictionary FileNameProcessedMap
리턴 bool>.Dictionary

LockFileCount 공개적으로 정적으로 프로퍼티

public static int LockFileCount
리턴 int

SentCount 공개적으로 정적으로 프로퍼티

public static int SentCount
리턴 int

Updated 공개적으로 정적으로 프로퍼티

public static bool Updated
리턴 bool