CGA_Bluetooth_Writable

public protocol CGA_Bluetooth_Writable

This is a simple protocol for a basic writer.

  • id

    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

    inData

    The data to be sent to the device.