Share via


CBPeripheralDelegate.IsReadyToSendWriteWithoutResponse(CBPeripheral) Method

Definition

[Foundation.Export("peripheralIsReadyToSendWriteWithoutResponse:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void IsReadyToSendWriteWithoutResponse(CoreBluetooth.CBPeripheral peripheral);
[<Foundation.Export("peripheralIsReadyToSendWriteWithoutResponse:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member IsReadyToSendWriteWithoutResponse : CoreBluetooth.CBPeripheral -> unit
override this.IsReadyToSendWriteWithoutResponse : CoreBluetooth.CBPeripheral -> unit

Parameters

peripheral
CBPeripheral

Implements

Attributes

Applies to