CGA_Class_Protocol_UpdateDescriptor
public protocol CGA_Class_Protocol_UpdateDescriptor : CGA_Class_Protocol_UpdateCharacteristic
This protocol defines an interface for a message that indicates that a Descriptor object needs to be refreshed.
-
updateThisDescriptor(_:
Default implementation) This is called to inform an instance that a Descriptor downstream changed.
Default Implementation
Default simply passes the buck.
Declaration
Swift
func updateThisDescriptor(_ descriptor: CGA_Bluetooth_Descriptor)
Parameters
descriptor
The Descriptor wrapper instance that changed.