C:/Data/Dev/Synergy/MCL/lbs/lbs/locationmgmt/locmonitor/lbslocmonitorapis/ConversionApi/ConversionCommon/inc/lbslocationinfoconvertercommon.h File Reference

#include <e32std.h>

Go to the source code of this file.

Typedefs

typedef TUint32 TLbsConversionPrefs
typedef TUint32 TLbsConversionOutputInfoMask

Enumerations

enum  _TLbsConversionPrefs {
  ELbsConversionNotDefined = 0x0000, ELbsConversionCacheOnly = 0x0001, ELbsConversionSilent = 0x0002, ELbsConversionPrompt = 0x0004,
  ELbsWlanOnly = 0x0008
}
enum  _TLbsConversionOutputInfoMask {
  ELbsConversionOutputNotDefined = 0x0000, ELbsConversionOutputPosition = 0x0001, ELbsConversionOutputGsm = 0x0002, ELbsConversionOutputWcdma = 0x0004,
  ELbsConversionOutputWlan = 0x0008
}

Detailed Description


Typedef Documentation

Output Location Information

typedef TUint32 TLbsConversionPrefs

Conversion preferences


Enumeration Type Documentation

Enumeration to define the type(s) of location information being communicated

Enumerator:
ELbsConversionOutputNotDefined 

Used to initialise data only. Should not be used when requesting conversions.

ELbsConversionOutputPosition 

Indicates that the input data should be converted to a geographical coordinate

See also:
CLbsPositionInfo
ELbsConversionOutputGsm 

Indicates that the input data should be converted to a GSM Cell information

See also:
CLbsGsmCellInfo
ELbsConversionOutputWcdma 

Indicates that the input data should be converted to a WCDMA Cell information

See also:
CLbsWcdmaCellInfo
ELbsConversionOutputWlan 

Indicates that the input data should be converted to a WLAN information

See also:
CLbsWlanInfo

Enumeration to define the preferences a client can specify while requesting location information. The conversion preferences enumeration shall not be used as a bitmask. The preferences are used by conversion module in order to decide if/how a connection to an external server should be established.

Enumerator:
ELbsConversionNotDefined 

Indicates that no preferences are specified.

ELbsConversionCacheOnly 

Use only local cache to retrieve information.

ELbsConversionSilent 

Disable prompt while making a connection to an external service for conversion. Ignored if a conversion module does not require external connection.

ELbsConversionPrompt 

Allow prompt while making a connection to an external service for conversion. * Ignored if a conversion module does not require external connection.

ELbsWlanOnly 

Allow Wlan Only to make a connection only using W-Lan.


Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
All rights reserved. These materials are provided under the terms of the Eclipse Public License v1.0.