Contents

CFWriteStreamGetStatus(_:)

Returns the current state of a stream.

Declaration

func CFWriteStreamGetStatus(_ stream: CFWriteStream!) -> 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