Enumerations

The following enumerations are available globally.

  • Options mask describing the cases where watcher events should be generated. See dispatch_source_vnode_flags_t for more information.

    See more

    Declaration

    Objective-C

    enum KSTFileWatcherFlags : unsigned long {}
  • Options mask describing what log statements should show up.

    See more

    Declaration

    Objective-C

    enum KSTLogFlags : NSUInteger {}
  • Enum describing the current log level. This should be defined somewhere in your project as a static const variable named kKSTLogLevel with the value equal to one of the below values.

    static NSInteger const kKSTLogLevel = …;

    See more

    Declaration

    Objective-C

    enum KSTLogLevel : NSInteger {}
  • Options mask for available flags. These mirror the values available for SCNetworkReachabilityFlags.

    See more

    Declaration

    Objective-C

    enum KSTReachabilityManagerFlags : uint32_t {}
  • Enum for possible status values. These are derived from the value of flags.

    See more

    Declaration

    Objective-C

    enum KSTReachabilityManagerStatus : NSInteger {}
  • Enum representing the currently defined HTTP status codes. See http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html for more information.

    See more

    Declaration

    Objective-C

    enum KSTHTTPStatusCode : NSInteger {}