C# Class HamSketch.GraphicsChannel

Inheritance: NewTOAPIA.Drawing.GraphPortDelegate
ファイルを表示 Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
GraphicsChannel ( IGraphPort localRenderer, PayloadChannel channel ) : System

Private Methods

Method Description
GDIChunkPacked ( NewTOAPIA command ) : void

The GraphportChunkEncoder calls this method automatically when it has a chunk that is ready to send out to the network.

GDICommandReceived ( object sender, RtpStream ea ) : void

This method is registered with the Channel to received any frames of data that come from the network. The ea.Frame property contains a BufferChunk that has the data in it from the sender.

Method Details

GraphicsChannel() public method

public GraphicsChannel ( IGraphPort localRenderer, PayloadChannel channel ) : System
localRenderer IGraphPort
channel PayloadChannel
return System