Contents

CFMessagePortIsValid(_:)

Returns a Boolean value that indicates whether a CFMessagePort object is valid and able to send or receive messages.

Declaration

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

Parameters

  • ms:

    The message port to examine.

Return Value

true if ms can be used for communication, otherwise false.

See Also

Examining a Message Port