Partager via


NSStreamStatus Énumération

Définition

État actuel d’un NSStream.

public enum NSStreamStatus
type NSStreamStatus = 
Héritage
NSStreamStatus

Champs

AtEnd 5

À la fin.

Closed 6

Le flux est fermé.

Error 7

Erreur

NotOpen 0

Le flux n’est pas encore ouvert.

Open 2

Le flux a été ouvert.

Opening 1

Le flux est à l’état d’ouverture.

Reading 3

Le flux est en cours de lecture.

Writing 4

Le flux est en cours d’écriture.

S’applique à