#include <lbsfields.h>
class PositionFieldManager |
Public Member Enumerations | |
---|---|
enum | TFieldType { EUndefined, ETInt8, ETInt16, ETInt32, ..., ETDesC16 } |
This is an internal class to provide the interface for the HPositionGenericInfo::GetValue() and HPositionGenericInfo::SetValue() methods. Methods in this class are not intended to be called directly. Clients should use HPositionGenericInfo::GetValue() and HPositionGenericInfo::SetValue() methods.
Supported data types
Enumerator | Value | Description |
---|---|---|
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 |