GWIoTApi
Toggle table of contents
1.2.1
common
Platform filter
common
Switch theme
Search in API
GWIoTApi
GWIoTApi
/
com.gw.gwiotapi.database
/
Converters
Converters
class
Converters
Members
Constructors
Converters
Link copied to clipboard
constructor
(
)
Functions
int
To
Product
Bind
Type
Link copied to clipboard
fun
intToProductBindType
(
value
:
Int
)
:
ProductInfo.BindType
int
To
Product
Bind
Type
Set
Link copied to clipboard
fun
intToProductBindTypeSet
(
value
:
Int
)
:
Set
<
ProductInfo.BindType
>
int
To
Product
Device
Feature
Type
Set
Link copied to clipboard
fun
intToProductDeviceFeatureTypeSet
(
value
:
Int
)
:
Set
<
ProductInfo.DeviceFeature
>
int
To
Relation
Link copied to clipboard
fun
intToRelation
(
value
:
Int
)
:
Device.Relation
product
Bind
Type
Set
To
Int
Link copied to clipboard
fun
productBindTypeSetToInt
(
set
:
Set
<
ProductInfo.BindType
>
)
:
Int
product
Bind
Type
To
Int
Link copied to clipboard
fun
productBindTypeToInt
(
type
:
ProductInfo.BindType
)
:
Int
product
Device
Feature
Type
Set
To
Int
Link copied to clipboard
fun
productDeviceFeatureTypeSetToInt
(
set
:
Set
<
ProductInfo.DeviceFeature
>
)
:
Int
relation
To
Int
Link copied to clipboard
fun
relationToInt
(
relation
:
Device.Relation
)
:
Int
solution
To
String
Link copied to clipboard
fun
solutionToString
(
solution
:
Solution
)
:
String
string
List
To
String
Link copied to clipboard
fun
stringListToString
(
list
:
List
<
String
>
)
:
String
string
To
Solution
Link copied to clipboard
fun
stringToSolution
(
value
:
String
)
:
Solution
string
To
String
List
Link copied to clipboard
fun
stringToStringList
(
value
:
String
)
:
List
<
String
>