Instance Methodpureswift.bluetooth 7.2.0Bluetooth->Swift
append(_:count:)
Data.swift:70mutating func append(_ pointer: UnsafePointer<UInt8>, count: Int)
mutating func append(_ pointer: UnsafePointer<UInt8>, count: Int)
where Element == UInt8
import Swift
import Bluetooth
Pure Swift Bluetooth Definitions.
@frozen struct Array<Element>
An ordered, random-access collection.
@frozen struct UnsafePointer<Pointee> where Pointee : ~Copyable
A pointer for accessing data of a specific type.
@frozen struct UInt8
An 8-bit unsigned integer value type.
@frozen struct Int
A signed integer value type.
static func += (lhs: inout [Element], rhs: UInt8)
func subdata(in range: Range<Int>) -> [UInt8]