C# Class FECipherVit.MsgProcessor

Datei anzeigen Open project: sdercolin/FECipherVit Class Usage Examples

Public Properties

Property Type Description
RcvBuf string

Public Methods

Method Description
MsgProcessor ( FECipherVit _Owner ) : System
Receive ( string code, Socket source ) : void
Send ( string type, string text ) : void
SendSecret ( string type, List contents, string text ) : void

Method Details

MsgProcessor() public method

public MsgProcessor ( FECipherVit _Owner ) : System
_Owner FECipherVit
return System

Receive() public method

public Receive ( string code, Socket source ) : void
code string
source Socket
return void

Send() public method

public Send ( string type, string text ) : void
type string
text string
return void

SendSecret() public method

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

Property Details

RcvBuf public_oe property

public string RcvBuf
return string