IDBLUE logo
Public Member Functions
<ISessionHandler> Protocol Reference
Inheritance diagram for <ISessionHandler>:
IDBlueCoreApi IDBlueSession IDBlueHfApi IDBlueUhfApi iOSSession

Public Member Functions

(void) - onSessionOpened:
(void) - onSessionClosed:
(void) - onSessionOpening:
(void) - onSessionOpenFailed:
(void) - onSessionClosing:
(void) - onSessionCloseFailed:
(void) - onIDBlueDeviceAdded:
(void) - onIDBlueDeviceRemoved:

Detailed Description

ISessionHandler is a protocol that is used by IDBlueSession to notify callers that an IDBLUE session has been opened or closed.


Member Function Documentation

- (void) onIDBlueDeviceAdded: (id)  device [optional]

onIDBlueDeviceAdded is called when an IDBLUE device is added to the list of availabe IDBLUE devices (e.g. when an IDBLUE device is paired with an iPhone).

Parameters:
deviceThe IDBLUE device that was added

Reimplemented in IDBlueSession.

- (void) onIDBlueDeviceRemoved: (id)  device [optional]

onIDBlueDeviceRemoved is called when an IDBLUE device is removed from the list of available IDBLUE devices (e.g. when an IDBLUE device is unpaired with an iPhone).

Parameters:
deviceThe IDBLUE device that was removed

Reimplemented in IDBlueSession.

- (void) onSessionClosed: (id)  session

onClosed is called after a session is closed

- (void) onSessionCloseFailed: (id)  session [optional]

onCloseFailed is called when a session fails to close

- (void) onSessionClosing: (id)  session [optional]

onClosing is called when a session is closing, but before the session is closed

- (void) onSessionOpened: (id)  session

onOpened is called after the session is opened

- (void) onSessionOpenFailed: (id)  session [optional]

onOpenFailed is called when a session fails to open

- (void) onSessionOpening: (id)  session [optional]

onOpening is called when the session is opening, but not yet opened


The documentation for this protocol was generated from the following file:

 

Generated on Mon Jan 19 2015 15:47:40
Copyright © 2015 Cathexis Innovations Inc. All Rights Reserved.