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.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nuint GetMaximumWriteValueLength (CoreBluetooth.CBCharacteristicWriteType type);
abstract member GetMaximumWriteValueLength : CoreBluetooth.CBCharacteristicWriteType -> nuint
override this.GetMaximumWriteValueLength : CoreBluetooth.CBCharacteristicWriteType -> nuint
Parameters
Returns
System.System.UIntPtr
System.unativeint
- Attributes