Sendable
public protocol Sendable
Protocol to indicate that a type can be sent via the Bluetooth connection.
-
A place to implement your serialization logic.
Declaration
Swift
func toBluetoothData() -> Data