maximumWriteValueLength(for:)
The maximum amount of data, in bytes, you can send to a characteristic in a single write type.
Declaration
func maximumWriteValueLength(for type: CBCharacteristicWriteType) -> IntParameters
- type:
The characteristic write type to inspect.