HMAccessoryServiceUpdateCharacteristicEventArgs Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit des données pour l'événement DidUpdateValueForCharacteristic.
public class HMAccessoryServiceUpdateCharacteristicEventArgs : EventArgs
type HMAccessoryServiceUpdateCharacteristicEventArgs = class
inherit EventArgs
- Héritage
-
HMAccessoryServiceUpdateCharacteristicEventArgs
Constructeurs
HMAccessoryServiceUpdateCharacteristicEventArgs(HMService, HMCharacteristic) |
Initialise une nouvelle instance de la classe HMAccessoryServiceUpdateCharacteristicEventArgs. |
Propriétés
Characteristic |
HMCharacteristic pour lequel a changé.Value |
Service |
Obtient ou définit le service. |