CGA_Bluetooth_Writable
public protocol CGA_Bluetooth_Writable
This is a simple protocol for a basic writer.
-
REQUIRED: This returns a unique UUID String for the instance.
Declaration
Swift
var id: String { get } -
Writes data to the device.
Declaration
Swift
func writeValue(_ inData: Data)Parameters
inDataThe data to be sent to the device.
View on GitHub
CGA_Bluetooth_Writable Protocol Reference