JAALEEConfigureManagerDelegate Protocol Reference

Conforms to NSObject
Declared in JAALEEConfigureManager.h

Overview

The JAALEEConfigureManagerDelegate protocol defines the delegate methods to respond for related events.

– JAALEEConfigureManager:didDiscoverJAALEE:RSSI: required method

Delegate method invoked to handle discovered JAALEEDevice objects using CoreBluetooth framework.

- (void)JAALEEConfigureManager:(JAALEEConfigureManager *)manager didDiscoverJAALEE:(JAALEEDevice *)JAALEE RSSI:(NSNumber *)RSSI

Parameters

manager

JAALEE CONFIGURE MANAGER

JAALEE

discovered JAALEE

Return Value

void

Discussion

Delegate method invoked to handle discovered JAALEEDevice objects using CoreBluetooth framework.

Declared In

JAALEEConfigureManager.h

– JAALEEConfigureManager:networkError: required method

Delegate method invoked to handle network rrror

- (void)JAALEEConfigureManager:(JAALEEConfigureManager *)manager networkError:(NSError *)error

Parameters

manager

JAALEE CONFIGURE MANAGER

JAALEE

discovered JAALEE

Return Value

void

Discussion

Delegate method invoked to handle network rrror

Declared In

JAALEEConfigureManager.h