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