Share via


HMAccessoryDelegate.DidUpdateValueForCharacteristic Method

Definition

The accessory updated the value of characteristic on service.

[Foundation.Export("accessory:service:didUpdateValueForCharacteristic:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidUpdateValueForCharacteristic(HomeKit.HMAccessory accessory, HomeKit.HMService service, HomeKit.HMCharacteristic characteristic);
[<Foundation.Export("accessory:service:didUpdateValueForCharacteristic:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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

Implements

Attributes

Applies to