共用方式為


HMHome.GetServices 方法

定義

多載

GetServices(NSString[])
GetServices(HMServiceType)

傳回家中配件所提供的服務,其類型 serviceTypes 為 。

GetServices(NSString[])

[Foundation.Export("servicesWithTypes:")]
public virtual HomeKit.HMService[] GetServices (Foundation.NSString[] serviceTypes);
abstract member GetServices : Foundation.NSString[] -> HomeKit.HMService[]
override this.GetServices : Foundation.NSString[] -> HomeKit.HMService[]

參數

serviceTypes
NSString[]

傳回

屬性

適用於

GetServices(HMServiceType)

傳回家中配件所提供的服務,其類型 serviceTypes 為 。

public HomeKit.HMService[] GetServices (HomeKit.HMServiceType serviceTypes);
member this.GetServices : HomeKit.HMServiceType -> HomeKit.HMService[]

參數

serviceTypes
HMServiceType

傳回

適用於