PlayerCc::OpaqueProxy Class Reference
[Proxies]

#include <playerc++.h>

Inheritance diagram for PlayerCc::OpaqueProxy:

Inheritance graph
[legend]
Collaboration diagram for PlayerCc::OpaqueProxy:

Collaboration graph
[legend]
List of all members.

Detailed Description

The OpaqueProxy 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.

Definition at line 1413 of file playerc++.h.


Public Member Functions

 OpaqueProxy (PlayerClient *aPc, uint32_t aIndex=0)
 constructor
 ~OpaqueProxy ()
 destructor
uint32_t 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.
int SendReq (player_opaque_data_t *aRequest)
 Send a request.

Private Member Functions

void Subscribe (uint32_t aIndex)
void Unsubscribe ()

Private Attributes

playerc_opaque_tmDevice

The documentation for this class was generated from the following file:

Last updated 12 September 2005 21:38:45