Share via


ICBPeripheralDelegate.IsReadyToSendWriteWithoutResponse(CBPeripheral) Method

Definition

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

Parameters

peripheral
CBPeripheral
Attributes

Applies to