TOP

Mobi_Mtld_DA_DataType

The data types for various properties. Each Property object returned has a getDataType() method.
Source
DataType.php
Author
DeviceAtlas Limited

Constants

BOOLEAN = 0

Type boolean

BYTE = 1

Type byte

DOUBLE = 6

Type double

FLOAT = 5

Type float

INTEGER = 3

Type int

LONG = 4

Type long int

SHORT = 2

Type short int

STRING = 7

Type string

UNKNOWN = 8

Unknown type

Static Methods

getName

string Mobi_Mtld_DA_DataType::getName(byte dataTypeID)

Get the name of a given data type.

Arguments

    dataTypeID (byte)
    The id to lookup the name for

Returns

string
The name of the data type.