Conforms to NSObject
Declared in BWConnectionManager.h

Instance Methods

connectionManager:connectToBeaconFailed:

Invoked when failed to connect to beacon.

- (void)connectionManager:(BWConnectionManager *)manager connectToBeaconFailed:(BWBeacon *)beacon

Parameters

manager

used to access BWConnectionManager object

beacon

beacon

Declared In

BWConnectionManager.h

connectionManager:connectToBeaconSucceeded:

Invoked when connected to beacon successfully.

- (void)connectionManager:(BWConnectionManager *)manager connectToBeaconSucceeded:(BWBeacon *)beacon

Parameters

manager

used to access BWConnectionManager object

beacon

beacon

Declared In

BWConnectionManager.h

connectionManager:disconnectFromBeaconFailed:

Invoked when failed to disconnect from beacon.

- (void)connectionManager:(BWConnectionManager *)manager disconnectFromBeaconFailed:(BWBeacon *)beacon

Parameters

manager

used to access BWConnectionManager object

beacon

beacon

Declared In

BWConnectionManager.h

connectionManager:disconnectFromBeaconSucceeded:

Invoked when disconnected from beacon successfully.

- (void)connectionManager:(BWConnectionManager *)manager disconnectFromBeaconSucceeded:(BWBeacon *)beacon

Parameters

manager

used to access BWConnectionManager object

beacon

beacon

Declared In

BWConnectionManager.h