CBPeripheral.GetMaximumWriteValueLength(CBCharacteristicWriteType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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