#include <NetOutput.h>
Inheritance diagram for NetOutput::
Public Methods | |
NetOutput (const char *server, unsigned short port) | |
Constructor. More... | |
~NetOutput () | |
Destructor. | |
void | open () |
Open the output stream. | |
void | close () |
Close the output stream. | |
void | write (vpf_packet &packet) |
Write the given packet to the output stream. More... | |
Private Attributes | |
NetClient * | client |
Handle to the current network client instance. |
|
Constructor.
|
|
Write the given packet to the output stream.
Reimplemented from OutputObject. |