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!) -> BoolParameters
- ms:
The message port to examine.
Return Value
true if ms can be used for communication, otherwise false.