breaker27 / smarthomatic

smarthomatic
http://www.smarthomatic.org
34 stars 12 forks source link

support Arrays of ByteArrays in packet layouts #57

Open breaker27 opened 10 years ago

breaker27 commented 10 years ago

In e2p and packet layouts, Arrays of ByteArrays are not supported when they don't start at byte boundaries.

This should never be the case in e2p layouts (because access would be slower and values should be byte-aligned to minimize write operations to e2p). But this could be the case for data packets.

Because of the somewhat complicated implementation, this is done as a separate task when needed some day.