Share via


CBPeripheralManagerDelegate.ReadRequestReceived Method

Definition

[Foundation.Export("peripheralManager:didReceiveReadRequest:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ReadRequestReceived(CoreBluetooth.CBPeripheralManager peripheral, CoreBluetooth.CBATTRequest request);
[<Foundation.Export("peripheralManager:didReceiveReadRequest:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ReadRequestReceived : CoreBluetooth.CBPeripheralManager * CoreBluetooth.CBATTRequest -> unit
override this.ReadRequestReceived : CoreBluetooth.CBPeripheralManager * CoreBluetooth.CBATTRequest -> unit

Parameters

peripheral
CBPeripheralManager
request
CBATTRequest

Implements

Attributes

Applies to