C# 클래스 FECipherVit.MsgProcessor

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

공개 프로퍼티들

프로퍼티 타입 설명
RcvBuf string

공개 메소드들

메소드 설명
MsgProcessor ( FECipherVit _Owner ) : System
Receive ( string code, Socket source ) : void
Send ( string type, string text ) : void
SendSecret ( string type, List contents, string text ) : void

메소드 상세

MsgProcessor() 공개 메소드

public MsgProcessor ( FECipherVit _Owner ) : System
_Owner FECipherVit
리턴 System

Receive() 공개 메소드

public Receive ( string code, Socket source ) : void
code string
source Socket
리턴 void

Send() 공개 메소드

public Send ( string type, string text ) : void
type string
text string
리턴 void

SendSecret() 공개 메소드

public SendSecret ( string type, List contents, string text ) : void
type string
contents List
text string
리턴 void

프로퍼티 상세

RcvBuf 공개적으로 프로퍼티

public string RcvBuf
리턴 string