HMAccessoryServiceUpdateCharacteristicEventArgs Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Fornece dados para o evento de DidUpdateValueForCharacteristic .
public class HMAccessoryServiceUpdateCharacteristicEventArgs : EventArgs
type HMAccessoryServiceUpdateCharacteristicEventArgs = class
inherit EventArgs
- Herança
-
HMAccessoryServiceUpdateCharacteristicEventArgs
Construtores
HMAccessoryServiceUpdateCharacteristicEventArgs(HMService, HMCharacteristic) |
Inicializa uma nova instância da classe HMAccessoryServiceUpdateCharacteristicEventArgs. |
Propriedades
Characteristic |
O HMCharacteristic para o qual o Value foi alterado. |
Service |
Obtém ou define o serviço. |