Share via


CBPeripheral.GetMaximumWriteValueLength(CBCharacteristicWriteType) Method

Definition

Gets the maximum write length for data that is written to the values of the specified type.

[Foundation.Export("maximumWriteValueLengthForType:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIntPtr GetMaximumWriteValueLength(CoreBluetooth.CBCharacteristicWriteType type);
[<Foundation.Export("maximumWriteValueLengthForType:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetMaximumWriteValueLength : CoreBluetooth.CBCharacteristicWriteType -> unativeint
override this.GetMaximumWriteValueLength : CoreBluetooth.CBCharacteristicWriteType -> unativeint

Parameters

Returns

UIntPtr

unativeint

Attributes

Applies to