C# (CSharp) NewTOAPIA.Net Namespace

Nested Namespaces

NewTOAPIA.Net.RUDP
NewTOAPIA.Net.Rtp
NewTOAPIA.Net.Session
NewTOAPIA.Net.Udt

Classes

Name Description
Cluster
ClusterNode
DuplicatePacketException This exception is thrown when a duplicate packet arrives and it is not expected
FrameIncompleteException This exception is thrown when a chunk is incomplete but someone has asked for the data
MulticastMesh
MulticastNode
PacketBase The base class for network packet data. A network packet consists of a payload, and a header. The implementation is based on the BufferChunk object. This additional layer of abstraction allows a subclass to implement packets that represent a specific protocol, such as RTP, without having to subclass the BufferChunk object. Additionally, the Packetizer object deals with packets in the abstract, so, this class serves as the base class for all streams that are to be packetized.
PgmSocket
RegisterMessage
Strings
TSocket
UdpReceiver
UdpReceiver.asyncReceiveState
UdpSocket
Utility