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.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidUpdateValueForCharacteristic(this HomeKit.IHMAccessoryDelegate This, HomeKit.HMAccessory accessory, HomeKit.HMService service, HomeKit.HMCharacteristic characteristic);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidUpdateValueForCharacteristic : HomeKit.IHMAccessoryDelegate * HomeKit.HMAccessory * HomeKit.HMService * HomeKit.HMCharacteristic -> unit
Parameters
- This
- IHMAccessoryDelegate
- accessory
- HMAccessory
- service
- HMService
- characteristic
- HMCharacteristic
- Attributes