Contents

setDelegate(_:)

Sets the receiver’s delegate to a given object.

Declaration

func setDelegate(_ anObject: (any PortDelegate)?)

Parameters

  • anObject:

    The delegate for the receiver.

See Also

Setting the Delegate