MCDAppServiceConnectionOpenedInfo

@interface MCDAppServiceConnectionOpenedInfo : NSObject

此类为 MCDAppServiceProvider.connectionDidOpen 事件提供数据,该事件在远程设备打开与本地应用服务的连接时引发。

属性

appServiceConnection

@property(nonatomic, readonly, nonnull) MCDAppServiceConnection* appServiceConnection;

表示本地应用服务和远程设备之间的连接的 MCDAppServiceConnection 实例。

remoteSystemApp

@property(nonatomic, readonly, nullable) MCDRemoteSystemApp* remoteSystemApp;

启动与本地应用服务的连接的 MCDRemoteSystemApp 远程应用程序。