toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.controllable_item
/
ItemCurrentValue
Item
Current
Value
data
class
ItemCurrentValue
(
var
id
:
Int
=
-1
,
var
value
:
String
?
)
:
Parcelable
Members
Constructors
Item
Current
Value
Link copied to clipboard
constructor
(
id
:
Int
=
-1
,
value
:
String
?
)
Properties
id
Link copied to clipboard
var
id
:
Int
value
Link copied to clipboard
var
value
:
String
?
Inherited functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)