luxlabs header browser preview


@class HMDDevice, NSString, NSMutableDictionary, HMDAccessory, HMDMessageDispatcher;

@interface HMDCameraResidentMessageHandler : HMFObject <HMFLogging> {
    struct os_unfair_lock_s { unsigned int _os_unfair_lock_opaque; } _lock;
}

@property (readonly) HMDMessageDispatcher *messageDispatcher;
@property (readonly, copy) NSString *logIdentifier;
@property (readonly) NSMutableDictionary *queuedMessagesByDeviceIdentifier;
@property (readonly, weak) HMDAccessory *accessory;
@property (readonly) HMDDevice *remoteAccessDevice;
@property (readonly, getter=isUsingCompanionForRemoteAccessDevice) BOOL usingCompanionForRemoteAccessDevice;
@property (readonly, getter=isRemoteAccessDeviceReachable) BOOL remoteAccessDeviceReachable;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (id)logCategory;

- (void).cxx_destruct;
- (id)nextMessageForDeviceIdentifier:(id)a0;
- (void)dequeueRespondedMessageForDeviceIdentifier:(id)a0;
- (void)enqueueMessage:(id)a0 forDeviceIdentifier:(id)a1;
- (id)initWithAccessory:(id)a0 logIdentifier:(id)a1;
- (id)initWithAccessory:(id)a0 logIdentifier:(id)a1 messageDispatcher:(id)a2;
- (void)sendMessageWithName:(id)a0 cameraSessionID:(id)a1 payload:(id)a2 target:(id)a3 device:(id)a4 responseQueue:(id)a5 responseHandler:(id /* block */)a6;
- (void)sendMessageWithName:(id)a0 cameraSessionID:(id)a1 payload:(id)a2 target:(id)a3 responseQueue:(id)a4 responseHandler:(id /* block */)a5;
- (void)sendNextMessageForDeviceIdentifier:(id)a0;

@end