S60 3rd Edition API Reference: PositionFieldManager Class Reference

PositionFieldManager Class Reference

API published in: S60 2nd Ed FP 2

Link against: lbs.lib

Capability Information

Required Capabilities

Location


#include <lbsfields.h>

Public Types

enum  TFieldType {
  EUndefined, ETInt8, ETInt16, ETInt32,
  ETInt64, ETUint8, ETUint16, ETUint32,
  ETReal32, ETReal64, ETTime, ETTimeIntervalMicroSeconds,
  ETDesC8, ETDesC16
}
 Supported data types. More...

Friends

class HPositionGenericInfo

Member Enumeration Documentation

enum PositionFieldManager::TFieldType
 

Supported data types.

Enumerator:
EUndefined  Undefined data type. This value should not be used.
ETInt8  TInt8 datatype.
ETInt16  TInt16 datatype.
ETInt32  TInt32 datatype.
ETInt64  TInt64 datatype.
ETUint8  TUint8 datatype.
ETUint16  TUint16 datatype.
ETUint32  TUint32 datatype.
ETReal32  TReal32 datatype.
ETReal64  TReal64 datatype.
ETTime  TTime datatype.
ETTimeIntervalMicroSeconds  Time specified in microseconds.
ETDesC8  8-bit descriptor datatype
ETDesC16  16-bit descriptor datatype

Friends And Related Function Documentation

friend class HPositionGenericInfo [friend]
 

The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2007
Back to top