CGA_Class_Protocol_UpdateService
public protocol CGA_Class_Protocol_UpdateService : CGA_Class_Protocol
This protocol defines an interface for a message that indicates that a Service object needs to be refreshed.
-
updateThisService(_:
Default implementation) This is called to inform an instance that a Service downstream changed.
Default Implementation
Default simply passes the buck.
Declaration
Swift
func updateThisService(_ service: CGA_Bluetooth_Service)
Parameters
service
The Service wrapper instance that changed.