#include <pv_2way_basic_types.h>
Inheritance diagram for PV2WayConnectOptions:
Public Methods | |
PV2WayConnectOptions () | |
PV2WayConnectOptions (TPVLoopbackMode aLoopbackMode, uint8 *aLocalId, uint32 aLocalIdSize, uint8 *aRemoteId, uint32 aRemoteIdSize) | |
virtual void | GetConnectInfoClassName (OSCL_wString &aClassName)=0 |
Data Fields | |
TPVLoopbackMode | iLoopbackMode |
uint8 * | iLocalId |
uint32 | iLocalIdSize |
uint8 * | iRemoteId |
uint32 | iRemoteIdSize |
PV2WayConnectOptions class contains options to be specified during connect
|
Default Constructor |
|
Constructor
|
|
Pure virtual method that must be overridden. Retrieves class name
Implemented in PV2Way324ConnectOptions. |
|
The id of the local terminal |
|
The size of the local id |
|
The loopback mode |
|
The id of the peer |
|
The size of the remote id |