IMSLocalConnectionState Constants Reference

Declared in IMSThing.h

IMSLocalConnectionState

Definition

typedef NS_ENUM(NSInteger, IMSLocalConnectionState ) {
   IMSLocalConnectionStateConnected = 1,
   IMSLocalConnectionStateDisconnected = 2,
   IMSLocalConnectionStateConnecting = 3,
};

Constants

IMSLocalConnectionStateConnected

Declared In IMSThing.h.

IMSLocalConnectionStateDisconnected

Declared In IMSThing.h.

IMSLocalConnectionStateConnecting

设备连接中

Declared In IMSThing.h.