Panda3D
|
This class defines the abstract interface to sending datagrams to any target, whether it be into a file or across the net. More...
Public Member Functions | |
flush () | |
bool | isError () |
bool | putDatagram (Datagram const data) |
This class defines the abstract interface to sending datagrams to any target, whether it be into a file or across the net.
flush | ( | ) |
Reimplemented in DatagramSinkNet.
bool isError | ( | ) |
Reimplemented in DatagramSinkNet.
bool putDatagram | ( | Datagram const | data | ) |
Reimplemented in DatagramSinkNet.