Contents

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.

See Also

Identifying a Peripheral