#include <es_sock.h>
Link against: esock.lib
| class CSubConParameterSet : public XParameterSetBase |
| Public Member Functions | |
|---|---|
| virtual | ~CSubConParameterSet() |
| IMPORT_C CSubConParameterSet * | NewL(const STypeId &) |
| Protected Member Functions | |
|---|---|
| CSubConParameterSet() | |
Base class for all RSubConnection parameter sets.
THIS API IS DEPRECATED IN FAVOUR OF XParameterSet
Deprecatedsince v9.6
| CSubConParameterSet | ( | ) | [protected] |
Empty sub-connection parameter set constructor
| ~CSubConParameterSet | ( | ) | [virtual] |
Empty (virtual) sub-connection parameter set destructor
| IMPORT_C CSubConParameterSet * | NewL | ( | const STypeId & | aTypeId | ) | [static] |
Creates a new sub-connection parameter set using ECOM to load the DLL plugin that implements the set.
| Parameters | |
|---|---|
| aTypeId | Id of the class (Composed of Uid of the implementation and an integer sub-type |