BluetoothEncodable
public protocol BluetoothEncodable
Allows for Encoding of Objects into Data
-
Encodes Object into Data
Declaration
Swift
func encode() -> Result<Data, BluetoothEncodeError>
Return Value
Encoded Data Result