PlayerCc::OpaqueProxy Class Reference
[Proxies]
#include <playerc++.h>
Inherits PlayerCc::ClientProxy.
Detailed Description
TheOpaqueProxy
proxy provides an interface to a generic opaque.
See examples/plugins/opaquedriver for an example of using this interface in combination with a custom plugin.
Public Member Functions | |
OpaqueProxy (PlayerClient *aPc, uint aIndex=0) | |
constructor | |
~OpaqueProxy () | |
destructor | |
uint | GetCount () const |
How long is the data? | |
void | GetData (uint8_t *aDest) const |
Opaque data. | |
void | SendCmd (player_opaque_data_t *aData) |
Send a command. |
The documentation for this class was generated from the following file: