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