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:
-
data | pointer to the byte array holding the data received |
len | the number of bytes received |
The documentation for this protocol was generated from the following file: