Läs på engelska Redigera

Dela via


NSStreamStatus Enum

Definition

The current status of an NSStream.

C#
public enum NSStreamStatus
Inheritance
NSStreamStatus

Fields

Name Value Description
NotOpen 0

The stream is not yet open.

Opening 1

The stream is in the opening state.

Open 2

The stream has been opened.

Reading 3

The stream is reading.

Writing 4

The stream is writing.

AtEnd 5

At the end.

Closed 6

The stream is closed.

Error 7

Error

Applies to

Produkt Versioner
Xamarin iOS SDK 12