CFStreamEventType Enum

Definition

Constants for stream-related events.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum CFStreamEventType
type CFStreamEventType = 
Inheritance
CFStreamEventType
Attributes

Fields

CanAcceptBytes 4

The stream now be written to.

EndEncountered 16

The end of the stream has been reached.

ErrorOccurred 8

An error occurred on the steeam.

HasBytesAvailable 2

The stream can now be read.

None 0

No event occurred.

OpenCompleted 1

The stream was successfully opened.

Applies to