Contents

CFMessagePortIsRemote(_:)

Returns a Boolean value that indicates whether a CFMessagePort object represents a remote port.

Declaration

func CFMessagePortIsRemote(_ ms: CFMessagePort!) -> Bool

Parameters

  • ms:

    The message port to examine.

Return Value

true if ms is a remote port, otherwise false.

See Also

Examining a Message Port