Ejemplo n.º 1
0
 internal GattService(CBPeripheral peripheral, PeripheralDelegate @delegate, Peripheral parent, CBService service)
 {
     this.peripheral = peripheral;
     this.@delegate  = @delegate;
     Peripheral      = parent;
     this.service    = service;
 }
Ejemplo n.º 2
0
 internal GattService(GattDeviceService service, Peripheral peripheral)
 {
     this.service = service;
     Peripheral   = peripheral;
 }