C# Class PixelShare.Core.CommChannel

Mostra file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
CommChannel ( IPEndPoint ep, bool willSend, bool willReceive ) : System
ReceiveBufferReturn ( BufferChunk aChunk ) : void
ReceiveChunk ( BufferChunk aChunk, EndPoint endPoint ) : void
Send ( BufferChunk aChunk ) : void

Protected Methods

Method Description
FrameReceived ( BufferChunk aChunk ) : void

Private Methods

Method Description
SetupBufferChunks ( ) : void
SetupPacketizer ( ) : void

Method Details

CommChannel() public method

public CommChannel ( IPEndPoint ep, bool willSend, bool willReceive ) : System
ep System.Net.IPEndPoint
willSend bool
willReceive bool
return System

FrameReceived() protected method

protected FrameReceived ( BufferChunk aChunk ) : void
aChunk NewTOAPIA.BufferChunk
return void

ReceiveBufferReturn() public method

public ReceiveBufferReturn ( BufferChunk aChunk ) : void
aChunk NewTOAPIA.BufferChunk
return void

ReceiveChunk() public method

public ReceiveChunk ( BufferChunk aChunk, EndPoint endPoint ) : void
aChunk NewTOAPIA.BufferChunk
endPoint System.Net.EndPoint
return void

Send() public method

public Send ( BufferChunk aChunk ) : void
aChunk NewTOAPIA.BufferChunk
return void