C# Class NewTOAPIA.Net.Udt.CACKWindow

Mostra file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
CACKWindow ( ) : System
CACKWindow ( int size ) : System
store ( Int32 seq, Int32 ack ) : void

Private Methods

Method Description
acknowledge ( Int32 seq, Int32 ack ) : int

Method Details

CACKWindow() public method

public CACKWindow ( ) : System
return System

CACKWindow() public method

public CACKWindow ( int size ) : System
size int
return System

store() public method

public store ( Int32 seq, Int32 ack ) : void
seq System.Int32
ack System.Int32
return void