C# Class FECipherVit.MsgProcessor

Afficher le fichier Open project: sdercolin/FECipherVit Class Usage Examples

Méthodes publiques

Свойство Type Description
RcvBuf string

Méthodes publiques

Méthode 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 méthode

public MsgProcessor ( FECipherVit _Owner ) : System
_Owner FECipherVit
Résultat System

Receive() public méthode

public Receive ( string code, Socket source ) : void
code string
source Socket
Résultat void

Send() public méthode

public Send ( string type, string text ) : void
type string
text string
Résultat void

SendSecret() public méthode

public SendSecret ( string type, List contents, string text ) : void
type string
contents List
text string
Résultat void

Property Details

RcvBuf public_oe property

public string RcvBuf
Résultat string