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