case
NewiOSmacOStvOSwatchOS
MTRTransportType.threadMeshcop
NewiOSmacOStvOSwatchOScase threadMeshcop = 6What's New / Connectivity & Hardware
Matter is Apple's framework for commissioning and controlling Matter smart home accessories. It exposes the MTR-prefixed classes for pairing, configuring, and communicating with these devices.
The 27 SDK adds 2 APIs and deprecates 1. Both new APIs are MTRTransportType cases, wiFiPAF and threadMeshcop, adding commissioning transports. The deprecation is the controller method on MTRDeviceControllerDelegate.
MTRTransportType.threadMeshcopcase threadMeshcop = 6MTRTransportType.wiFiPAFcase wiFiPAF = 4MTRDeviceControllerDelegate.controlleroptional func controller(_ controller: MTRDeviceController, commissioningComplete error: (any Error)?, nodeID: NSNumber?, metrics: MTRMetrics)No APIs match your filter.