Home › Forums › EasyTransfer Library Support Forum › Transfer strings › Reply To: Transfer strings
How do I calculate the size of my structure?
If I have an 8-position integer array, a 16-position integer array, and an unsigned long integer, is that just 52 bytes (2×8 + 2×16 + 1×4), or is there additional overhead from the structure itself?