CGA_WriteableElementContainer

protocol CGA_WriteableElementContainer : CGA_UpdatableScreenViewController

This protocol allows us to associate a Characteristic or Descriptor instance with any instance we want.

  • The Characteristic that is associated with this instance.

    Declaration

    Swift

    var writeableElementInstance: CGA_Bluetooth_Writable? { get }