Click or drag to resize

cChannel Methods

The cChannel type exposes the following members.

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