IDBLUE logo
Public Member Functions
<IDataHandler> Protocol Reference
Inheritance diagram for <IDataHandler>:
IDBlueResponseProcessor

Public Member Functions

(void) - onDataReceived:withLen:

Detailed Description

DataReceivedhandler is a protocol that is used to receive notifications When data is received from and IDBLUE device by an IDBlueSession.


Member Function Documentation

- (void) onDataReceived: (byte *)  data
withLen: (size_t)  len 

onDataReceived should be called from within classes deriving from IDBlueSession when data is received from an IDBLUE device, so the IDBlueCommandSender can process responses.

Parameters:
datapointer to the byte array holding the data received
lenthe number of bytes received

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

 

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