GWIoTApi
Toggle table of contents
1.2.1
common
Platform filter
common
Switch theme
Search in API
GWIoTApi
GWIoTApi
/
com.gw.gwiotapi.entities
/
BindEvent
/
BindFailed
Bind
Failed
data
class
BindFailed
(
val
device
:
IDevice
?
,
val
error
:
GWError
)
:
BindEvent
绑定失败
Parameters
device
绑定失败的设备信息,如果没发现设备就绑定失败则为null
error
错误信息
Members
Constructors
Bind
Failed
Link copied to clipboard
constructor
(
device
:
IDevice
?
,
error
:
GWError
)
Properties
device
Link copied to clipboard
val
device
:
IDevice
?
error
Link copied to clipboard
val
error
:
GWError