CGA_ServiceContainer

protocol CGA_ServiceContainer : CGA_UpdatableScreenViewController

This protocol allows us to associate a Service instance with any instance we want.

  • The Service that is associated with this instance.

    Declaration

    Swift

    var serviceInstance: CGA_Bluetooth_Service? { get }