delegate
The delegate object specified to receive peripheral events.
Declaration
weak var delegate: (any CBPeripheralDelegate)? { get set }Discussion
For information about how to implement your peripheral delegate, see CBPeripheralDelegate.
The delegate object specified to receive peripheral events.
weak var delegate: (any CBPeripheralDelegate)? { get set }For information about how to implement your peripheral delegate, see CBPeripheralDelegate.