Reading array struct in memory

struct StructData
{
  char deviceID[10]; // enough space for "XX XX XX " + the null character at the end
1 Like