HMAccessoryDelegate.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
.
[Foundation.Export("accessory:service:didUpdateValueForCharacteristic:")]
public virtual void DidUpdateValueForCharacteristic (HomeKit.HMAccessory accessory, HomeKit.HMService service, HomeKit.HMCharacteristic characteristic);
abstract member DidUpdateValueForCharacteristic : HomeKit.HMAccessory * HomeKit.HMService * HomeKit.HMCharacteristic -> unit
override this.DidUpdateValueForCharacteristic : HomeKit.HMAccessory * HomeKit.HMService * HomeKit.HMCharacteristic -> unit
Parameters
- accessory
- HMAccessory
- service
- HMService
- characteristic
- HMCharacteristic
- Attributes