read Notification Data
open fun readNotificationData(strDeviceAddress: String, strCharacteristicUuid: String, nMaxReadSize: Int): Array<Byte>
Read data from the buffer received by notification Execution type: synchronous
Return
byte array containing the notification data
Parameters
str Device Address
Device address of ble device
str Characteristic Uuid
Characteristic Uuid, you want to get the data from
n Max Read Size
Maximum number of bytes, which shall be read