GWIoTApi
Toggle table of contents
1.2.1
common
Platform filter
common
Switch theme
Search in API
GWIoTApi
GWIoTApi
/
com.gw.gwiotapi.entities
/
BindEvent
Bind
Event
sealed
class
BindEvent
Inheritors
BindSuccess
BindFailed
BindCancelled
Members
Types
Bind
Cancelled
Link copied to clipboard
data
class
BindCancelled
(
val
device
:
IDevice
?
)
:
BindEvent
绑定取消
Bind
Failed
Link copied to clipboard
data
class
BindFailed
(
val
device
:
IDevice
?
,
val
error
:
GWError
)
:
BindEvent
绑定失败
Bind
Success
Link copied to clipboard
data
class
BindSuccess
(
val
device
:
IDevice
,
val
openHome
:
Boolean
)
:
BindEvent
绑定成功