Contents

isBound

A Boolean value that indicates whether the flow has a binding to a specific interface.

Declaration

var isBound: Bool { get }

Discussion

When a binding exists, this value is true, and the networkInterface property indicates the bound interface. If the flow isn’t bound to an interface, this value is false.

See Also

Accessing flow information