Inherits from NSObject
Declared in ABLightManager.h
ABLightManager.m

Overview

  • The ABLightManager class defines the interface for scan April lights.
  • You use an instance of this class to scan April light

Properties

delegate

delegate

@property (nonatomic, weak) id<ABLightManagerDelegate> delegate

Discussion

delegate

Delegate of ABLightManager. Called when the relevant events occurent

Declared In

ABLightManager.h

Instance Methods

startDiscoverLight

Start discover April light. Call lightManager:didDiscoverLight: when discovered. Will remove all discovered lights when this method be called.

- (void)startDiscoverLight

Return Value

void

Discussion

Start discover April light. Call lightManager:didDiscoverLight: when discovered. Will remove all discovered lights when this method be called.

Declared In

ABLightManager.h

stopDiscoverLight

Stop discover April light

- (void)stopDiscoverLight

Return Value

void

Discussion

Stop discover April light

Declared In

ABLightManager.h