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.

Constructor & Destructor Documentation

TMap(TUint)

TMap ( TUint aFrom )

Constructor.

Parameters

TUint aFrom The map source parameter.

TMap(TUint, TUint, TUint)

TMap ( TUint aFrom,
TUint aTo,
TUint aSubType
)

Parameters

TUint aFrom The map source parameter.
TUint aTo The map target.
TUint aSubType The 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.