Beispiel #1
0
 public GattDescriptor(Native native, IGattCharacteristic characteristic) : base(characteristic, native.Uuid)
 {
     this.native = native;
 }
Beispiel #2
0
 internal GattDescriptor(GattCharacteristic characteristic, Uap.GattDescriptor descriptor) : this(characteristic)
 {
     _descriptor = descriptor;
 }