dart-archive / sdk

The Dartino project was an experiment seeking to improve productivity when writing application code for embedded devices.
https://dartino.org
Other
330 stars 36 forks source link

Specify the endianess when accessing byte array through ForeignMemory #501

Open anders-sandholm opened 8 years ago

anders-sandholm commented 8 years ago

Enhancement request from partner.

When working with a foreign byte array through ForeignMemory it would be really nice if one could specify the endianess via a class property or an optional parameter when reading/writing integers.