C# Class NewTOAPIA.Net.Udt.CACKWindow

Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
CACKWindow ( ) : System
CACKWindow ( int size ) : System
store ( Int32 seq, Int32 ack ) : void

Private Methods

Méthode Description
acknowledge ( Int32 seq, Int32 ack ) : int

Method Details

CACKWindow() public méthode

public CACKWindow ( ) : System
Résultat System

CACKWindow() public méthode

public CACKWindow ( int size ) : System
size int
Résultat System

store() public méthode

public store ( Int32 seq, Int32 ack ) : void
seq System.Int32
ack System.Int32
Résultat void