MonobjcMonobjc Documented Class Library
NSStreamEvent Enumeration
NamespacesMonobjc.FoundationNSStreamEvent

One or more of these constants may be sent to the delegate as a bit field in the second parameter of stream:handleEvent:.

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSStreamEvent
Public Enumeration NSStreamEvent
public enum class NSStreamEvent
Members
MemberDescription
NSStreamEventNone

No event has occurred.

Available in Mac OS X v10.3 and later.


NSStreamEventOpenCompleted

The open has completed successfully.

Available in Mac OS X v10.3 and later.


NSStreamEventHasBytesAvailable

The stream has bytes to be read.

Available in Mac OS X v10.3 and later.


NSStreamEventHasSpaceAvailable

The stream can accept bytes for writing.

Available in Mac OS X v10.3 and later.


NSStreamEventErrorOccurred

An error has occurred on the stream.

Available in Mac OS X v10.3 and later.


NSStreamEventEndEncountered

The end of the stream has been reached.

Available in Mac OS X v10.3 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)