Home | Trees | Indices | Help |
---|
|
This class represents the data types for various properties. Each Property object returned has a data_type() method.
Copyright: Copyright (c) DeviceAtlas Limited 2023. All Rights Reserved.
Author: DeviceAtlas Limited
Static Methods | |||
|
|||
|
Class Variables | |
BOOLEAN = 0
|
|
BYTE = 1
|
|
SHORT = 2
|
|
INTEGER = 3
|
|
LONG = 4
|
|
FLOAT = 5
|
|
DOUBLE = 6
|
|
STRING = 7
|
|
UNKNOWN = 8
|
Method Details |
Get the name of a given data type.
|
Get data type id by data type character from JSON "s", "b", "i". :param type_char: :return: |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Apr 4 10:33:31 2023 | http://epydoc.sourceforge.net |