C# 클래스 SimRobotServer.AsynchronousSocketListener

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

공개 프로퍼티들

프로퍼티 타입 설명
allDone System.Threading.ManualResetEvent

공개 메소드들

메소드 설명
AcceptCallback ( IAsyncResult ar ) : void
AsynchronousSocketListener ( Schemas status, HandleNewCommandDelegate handleNewCommand, int port ) : System
ReadCallback ( IAsyncResult ar ) : void
StartListening ( ) : void
parseContent ( String content, String ender, Socket handler, StateObject state ) : void

비공개 메소드들

메소드 설명
Send ( Socket handler, String data ) : void
SendAndClose ( Socket handler, String data ) : void
SendAndCloseCallback ( IAsyncResult ar ) : void
SendCallback ( IAsyncResult ar ) : void

메소드 상세

AcceptCallback() 공개 메소드

public AcceptCallback ( IAsyncResult ar ) : void
ar IAsyncResult
리턴 void

AsynchronousSocketListener() 공개 메소드

public AsynchronousSocketListener ( Schemas status, HandleNewCommandDelegate handleNewCommand, int port ) : System
status Schemas
handleNewCommand HandleNewCommandDelegate
port int
리턴 System

ReadCallback() 공개 메소드

public ReadCallback ( IAsyncResult ar ) : void
ar IAsyncResult
리턴 void

StartListening() 공개 메소드

public StartListening ( ) : void
리턴 void

parseContent() 공개 메소드

public parseContent ( String content, String ender, Socket handler, StateObject state ) : void
content String
ender String
handler Socket
state StateObject
리턴 void

프로퍼티 상세

allDone 공개적으로 프로퍼티

public ManualResetEvent,System.Threading allDone
리턴 System.Threading.ManualResetEvent