CFMessagePortIsRemote(_:)
Returns a Boolean value that indicates whether a CFMessagePort object represents a remote port.
Declaration
func CFMessagePortIsRemote(_ ms: CFMessagePort!) -> BoolParameters
- ms:
The message port to examine.
Return Value
true if ms is a remote port, otherwise false.