Share via


CBPeripheralManager.RespondToRequest(CBATTRequest, CBATTError) Method

Definition

[Foundation.Export("respondToRequest:withResult:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RespondToRequest(CoreBluetooth.CBATTRequest request, CoreBluetooth.CBATTError result);
[<Foundation.Export("respondToRequest:withResult:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RespondToRequest : CoreBluetooth.CBATTRequest * CoreBluetooth.CBATTError -> unit
override this.RespondToRequest : CoreBluetooth.CBATTRequest * CoreBluetooth.CBATTError -> unit

Parameters

request
CBATTRequest
result
CBATTError
Attributes

Applies to