C# Class NewTOAPIA.Net.Udt.CLossList

Show file Open project: Wiladams/NewTOAPIA

Protected Properties

Property Type Description
m_piData1 int[]
m_piData2 int[]
m_piNext int[]

Public Methods

Method Description
CLossList ( int size )
getLossLength ( ) : int
insert ( int seqno1, int seqno2 ) : int
remove ( int seqno ) : bool

Method Details

CLossList() public method

public CLossList ( int size )
size int

getLossLength() public method

public getLossLength ( ) : int
return int

insert() public method

public insert ( int seqno1, int seqno2 ) : int
seqno1 int
seqno2 int
return int

remove() public method

public remove ( int seqno ) : bool
seqno int
return bool

Property Details

m_piData1 protected property

protected int[] m_piData1
return int[]

m_piData2 protected property

protected int[] m_piData2
return int[]

m_piNext protected property

protected int[] m_piNext
return int[]