Contents

CFReadStreamGetStatus(_:)

Returns the current state of a stream.

Declaration

func CFReadStreamGetStatus(_ stream: CFReadStream!) -> CFStreamStatus

Parameters

  • stream:

    The stream to examine.

Return Value

The current state of stream. See CFStreamStatus for the list of possible states.

See Also

Examining Stream Properties