Estimote / iOS-Fleet-Management-SDK

Estimote Fleet Management SDK for iOS
https://developer.estimote.com
MIT License
1.18k stars 398 forks source link

Adding EEPROM block read/write methods would be nice #247

Closed verkaz closed 4 years ago

verkaz commented 7 years ago

As of today there is no explicit method for read/write only a given memory block of the EEPROM memory. As far as I know there is only a method returning entire memory block. Would be nice to have a method for getting only the specified memory segment. I may be wrong but doing it that way would probably improve the speed for getting only the bytes we need. This would be "to be or not to be" for some user cases where the "reading time" is important.

// Marcin