C# Class NewTOAPIA.Net.Udt.CSndQueue

Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
CSndQueue ( CChannel c, CClock t ) : System
sendto ( IPEndPoint addr, CPacket packet ) : int
worker ( Object param ) : UInt32

Private Methods

Method Description
init ( CChannel c, CClock t ) : void

Method Details

CSndQueue() public method

public CSndQueue ( CChannel c, CClock t ) : System
c CChannel
t CClock
return System

sendto() public method

public sendto ( IPEndPoint addr, CPacket packet ) : int
addr System.Net.IPEndPoint
packet CPacket
return int

worker() public static method

public static worker ( Object param ) : UInt32
param Object
return System.UInt32