NSStreamStatus Enum

Definition

The current status of an NSStream.

public enum NSStreamStatus
type NSStreamStatus = 
Inheritance
NSStreamStatus

Fields

AtEnd 5

At the end.

Closed 6

The stream is closed.

Error 7

Error

NotOpen 0

The stream is not yet open.

Open 2

The stream has been opened.

Opening 1

The stream is in the opening state.

Reading 3

The stream is reading.

Writing 4

The stream is writing.

Applies to