Click or drag to resize

cChannel Class

The cChannel class provides a design pattern for continuous streaming data.
Inheritance Hierarchy
SystemObject
  Vaser.OONcChannel

Namespace:  Vaser.OON
Assembly:  Vaser (in Vaser.dll) Version: 1.1.23.0 (1.1.23.0)
Syntax
C#
public class cChannel

The cChannel type exposes the following members.

Constructors
  NameDescription
Public methodcChannel
Initializes a new instance of the cChannel class
Top
Properties
  NameDescription
Public propertyAttachedObject
Free to use
Top
Methods
  NameDescription
Public methodIncomingPacket
Process incoming packets from a clients or server.
Public methodSendPacket(Container)
Sends a packet back the source.
Public methodSendPacket(Container, Boolean)
Sends a packet back the source. Can raise an EmptybufferEvent.
Public methodSendPacket(Container, UInt32)
Sends a packet back the source.
Public methodSendPacket(Container, Link)
Sends a packet to a link.
Public methodSendPacket(Container, UInt32, Boolean)
Sends a packet back the source. Can raise an EmptybufferEvent.
Public methodSendPacket(Container, Link, Boolean)
Sends a packet to a link. Can raise an EmptybufferEvent.
Public methodSendPacket(Container, Link, UInt32)
Sends a packet to a link.
Public methodSendPacket(Container, Link, UInt32, Boolean)
Sends a packet to a link. Can raise an EmptybufferEvent.
Top
See Also