Enumeration 列挙

NSStreamEvent

Describes the constants that may be sent to the delegate as a bit field in the second parameter of stream:handleEvent: to specify the kind of stream event. 委任先へとビットフィールドとしてstream:handleEvent:の2番目のパラメータにおいて送られてストリームイベントの種類を指定するかもしれない定数それらを記述します。

Declaration 宣言

typedef enum NSStreamEvent : NSUInteger {
    ...
} NSStreamEvent;

Topics 話題

Constants 定数