CMTPParserRouter::TMap Class Reference

class CMTPParserRouter::TMap

Implements a simple single parameter map table entry which associates a single routing parameter value and target data provider identifier pair.

Public Member Functions
TMap(TUint)
TMap(TUint, TUint, TUint)
Public Attributes
TUint iFrom
TUint iSubType
TUint iTo

Constructor & Destructor Documentation

TMap(TUint)

TMap(TUintaFrom)

Constructor.

Parameters

TUint aFromThe map source parameter.

TMap(TUint, TUint, TUint)

TMap(TUintaFrom,
TUintaTo,
TUintaSubType
)

Parameters

TUint aFromThe map source parameter.
TUint aToThe map target.
TUint aSubTypeThe map routing sub-type code (

Member Data Documentation

TUint iFrom

TUint iFrom

The routing parameter.

TUint iSubType

TUint iSubType

The routing table sub-type code.

TUint iTo

TUint iTo

The routing target data provider identifier.