CFWriteStreamGetStatus(_:)
Returns the current state of a stream.
Declaration
func CFWriteStreamGetStatus(_ stream: CFWriteStream!) -> CFStreamStatusParameters
- stream:
The stream to examine.
Return Value
The current state of stream. See CFStreamStatus for the list of possible states.