
#include <gzDistEncoder.h>
Inheritance diagram for gzDistDefaultEncoder:

Public Member Functions | |
| gzDistDefaultEncoder (gzULong key, gzDistEncoderInterface *parent=NULL) | |
| Constructor. | |
| virtual | ~gzDistDefaultEncoder () |
| Destructor. | |
Protected Member Functions | |
| gzUInt | onEncode (const gzUByte *source, gzInt sourceLength, gzArray< gzUByte > &destination) |
| Virtual callback reimplemented from gzDistEncoderInterface. | |
| gzUInt | onDecode (const gzUByte *source, gzInt sourceLength, gzArray< gzUByte > &destination) |
| Virtual callback reimplemented from gzDistEncoderInterface. | |
If you want a simple data scrambler for network data you can use gzDistDefaultEncoder. It's constructed with a key that must match, otherwise no messages can be received.
Definition at line 123 of file gzDistEncoder.h.
|
||||||||||||
|
Constructor.
|