HMAccessoryDelegate_Extensions.DidUpdateValueForCharacteristic 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.
The accessory
updated the value of characteristic
on service
.
public static void DidUpdateValueForCharacteristic (this HomeKit.IHMAccessoryDelegate This, HomeKit.HMAccessory accessory, HomeKit.HMService service, HomeKit.HMCharacteristic characteristic);
static member DidUpdateValueForCharacteristic : HomeKit.IHMAccessoryDelegate * HomeKit.HMAccessory * HomeKit.HMService * HomeKit.HMCharacteristic -> unit
Parameters
- This
- IHMAccessoryDelegate
The instance on which this extension method operates.
- accessory
- HMAccessory
- service
- HMService
- characteristic
- HMCharacteristic