NSStreamEvent Enum

Definition

An enumeration of values that may be sent to HandleEvent(NSStream, NSStreamEvent).

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Native]
[System.Flags]
public enum NSStreamEvent
[<ObjCRuntime.Native>]
[<System.Flags>]
type NSStreamEvent = 
Inheritance
NSStreamEvent
Attributes

Fields

Name Value Description
None 0
OpenCompleted 1
HasBytesAvailable 2
HasSpaceAvailable 4
ErrorOccurred 8
EndEncountered 16

Applies to