DataPadding
public struct DataPadding : SendableHelper object that can create empty data to be used as padding in packet construction.
- 
                  
                  Create empty data. DeclarationSwift public init(_ amount: Int)Parametersamountnumber of bytes. 
- 
                  
                  This function is required to conform to the Sendableprotocol, which allows Bluejay to serializeDataPaddingwhen performing write-related operations.DeclarationSwift public func toBluetoothData() -> Data
 View on GitHub
View on GitHub DataPadding Structure Reference
        DataPadding Structure Reference