Ejemplo n.º 1
0
 public virtual void GoToLiftValue(ushort liftValue, ChipResponseHandler responseHandler)
 {
     if (CheckSystemVersion())
     {
         _OldGoToLiftValue(liftValue, responseHandler);
     }
     else
     {
         _NewGoToLiftValue(liftValue, responseHandler);
     }
 }
Ejemplo n.º 2
0
 public virtual void ReadAttributeClusterRevision(ChipResponseHandler responseHandler) => throw new InvalidOperationException(Constants.RemovedFromChip);
Ejemplo n.º 3
0
 public virtual void RemoveTrustedRootCertificate(NSData trustedRootIdentifier, ChipResponseHandler responseHandler) => throw new InvalidOperationException(Constants.RemovedFromChip);
Ejemplo n.º 4
0
 public virtual void ReadAttributeSupportedStreamingTypes(ChipResponseHandler responseHandler) => throw new InvalidOperationException(Constants.RemovedFromChip);
Ejemplo n.º 5
0
 public virtual void ReadAttributeAcceptsHeaderList(ChipResponseHandler responseHandler) => throw new InvalidOperationException(Constants.RemovedFromChip);
Ejemplo n.º 6
0
 public virtual void LaunchUrl(string contentUrl, string displayString, ChipResponseHandler responseHandler) => throw new InvalidOperationException(Constants.RemovedFromChip);
Ejemplo n.º 7
0
 public virtual void LaunchContent(byte autoPlay, string data, ChipResponseHandler responseHandler) => throw new InvalidOperationException(Constants.RemovedFromChip);