HMAccessoryDelegate_Extensions.DidUpdateReachability Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delegate method called by the system when the accessory's network visibility has changed.
public static void DidUpdateReachability (this HomeKit.IHMAccessoryDelegate This, HomeKit.HMAccessory accessory);
static member DidUpdateReachability : HomeKit.IHMAccessoryDelegate * HomeKit.HMAccessory -> unit
Parameters
- This
- IHMAccessoryDelegate
The instance on which this extension method operates.
- accessory
- HMAccessory