Panda3D
Public Member Functions

DatagramSink Class Reference

This class defines the abstract interface to sending datagrams to any target, whether it be into a file or across the net. More...

Inheritance diagram for DatagramSink:
DatagramSinkNet

List of all members.

Public Member Functions

 flush ()
bool isError ()
bool putDatagram (Datagram const data)

Detailed Description

This class defines the abstract interface to sending datagrams to any target, whether it be into a file or across the net.


Member Function Documentation

flush ( )

Reimplemented in DatagramSinkNet.

bool isError ( )

Reimplemented in DatagramSinkNet.

bool putDatagram ( Datagram const  data)

Reimplemented in DatagramSinkNet.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties