luxlabs header browser preview


@class HAP2SerializedOperationQueue, NSString, HAP2PropertyLock, HMFTimer, HAPDeviceID;
@protocol HAPAccessoryReachabilityDelegate, HAPAccessoryReachabilityProfile;

@interface HAPAccessoryReachabilityClient : HMFObject <HMFLogging, HMFTimerDelegate, HAPAccessoryReachabilityClient> {
    HAP2SerializedOperationQueue *_operationQueue;
    HAP2PropertyLock *_propertyLock;
    HAPDeviceID *_identifier;
    HMFTimer *_activityTimer;
}

@property (nonatomic) long long state;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;
@property (weak, nonatomic) id<HAPAccessoryReachabilityDelegate> delegate;
@property (copy, nonatomic) id<HAPAccessoryReachabilityProfile> profile;
@property (readonly, nonatomic) double confirmInterval;

+ (id)shortDescription;
+ (void)initialize;
+ (id)new;
+ (id)logCategory;

- (void)_timerDidFire:(id)a0;
- (void)timerDidFire:(id)a0;
- (id)init;
- (id)shortDescription;
- (void)startWithCompletionHandler:(id /* block */)a0;
- (void)kick;
- (void)stopWithCompletionHandler:(id /* block */)a0;
- (BOOL)isRunning;
- (void)_enterState:(long long)a0;
- (void).cxx_destruct;
- (void)_stop;
- (void)_wait;
- (void)confirm;
- (void)_processProfile;
- (void)_poll;
- (void)_runStateMachine;
- (id)initWithIdentifier:(id)a0 profile:(id)a1 operationQueue:(id)a2;

@end