ConnectState

连接状态

Parameters

Preparing

等待SDK上线

AssignChn

通道分配成功

WakeUpDev

服务器已收到连接请求,正在唤醒设备

Connecting

连接中...,设备已收到唤醒通知,开始握手过程

Connected

已连接,握手过程完成,连接通道已就绪

Disconnecting

断开中...

Disconnected

已断开

Entries

Link copied to clipboard

等待SDK上线

Link copied to clipboard

通道分配成功

Link copied to clipboard

服务器已收到连接请求,正在唤醒设备

Link copied to clipboard

连接中...,设备已收到唤醒通知,开始握手过程

Link copied to clipboard

已连接,握手过程完成,连接通道已就绪

Link copied to clipboard

断开中...

Link copied to clipboard

已断开

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.