#include <opalpluginmgr.h>
Public Member Functions | |
OpalPluginControl (const PluginCodec_Definition *def, const char *name) | |
PBoolean | Exists () const |
int | Call (void *parm, unsigned *parmLen, void *context=NULL) const |
int | Call (void *parm, unsigned parmLen, void *context=NULL) const |
const char * | GetName () const |
Protected Attributes | |
const PluginCodec_Definition * | codecDef |
const char * | fnName |
const PluginCodec_ControlDefn * | controlDef |
OpalPluginControl::OpalPluginControl | ( | const PluginCodec_Definition * | def, | |
const char * | name | |||
) |
PBoolean OpalPluginControl::Exists | ( | ) | const [inline] |
int OpalPluginControl::Call | ( | void * | parm, | |
unsigned * | parmLen, | |||
void * | context = NULL | |||
) | const [inline] |
int OpalPluginControl::Call | ( | void * | parm, | |
unsigned | parmLen, | |||
void * | context = NULL | |||
) | const [inline] |
const char* OpalPluginControl::GetName | ( | ) | const [inline] |
const PluginCodec_Definition* OpalPluginControl::codecDef [protected] |
const char* OpalPluginControl::fnName [protected] |
const PluginCodec_ControlDefn* OpalPluginControl::controlDef [protected] |