コード例 #1
0
ファイル: GattDescriptor.cs プロジェクト: xamarinhub/shiny
 public GattDescriptor(Native native, IGattCharacteristic characteristic) : base(characteristic, native.Uuid)
 {
     this.native = native;
 }
コード例 #2
0
ファイル: GattDescriptor.uap.cs プロジェクト: mcmap4/32feet
 internal GattDescriptor(GattCharacteristic characteristic, Uap.GattDescriptor descriptor) : this(characteristic)
 {
     _descriptor = descriptor;
 }