cChannel Methods |
The cChannel type exposes the following members.
Name | Description | |
---|---|---|
![]() | IncomingPacket | Process incoming packets from a clients or server. |
![]() | SendPacket(Container) | Sends a packet back the source. |
![]() | SendPacket(Container, Boolean) | Sends a packet back the source. Can raise an EmptybufferEvent. |
![]() | SendPacket(Container, UInt32) | Sends a packet back the source. |
![]() | SendPacket(Container, Link) | Sends a packet to a link. |
![]() | SendPacket(Container, UInt32, Boolean) | Sends a packet back the source. Can raise an EmptybufferEvent. |
![]() | SendPacket(Container, Link, Boolean) | Sends a packet to a link. Can raise an EmptybufferEvent. |
![]() | SendPacket(Container, Link, UInt32) | Sends a packet to a link. |
![]() | SendPacket(Container, Link, UInt32, Boolean) | Sends a packet to a link. Can raise an EmptybufferEvent. |