akshaybhavsar
Full Member level 2
Hello,
I have to extract packet information which is stored i array.I have to extract each byte.
I have to set index for each byte like
#define byte1 1
#define byte2 2
I have almost 70 bytes in packet.I cant do it 70 times.
I have to do somethning if possible'
#define byte_x (_x)
Please tell me any other way.
I have to extract packet information which is stored i array.I have to extract each byte.
I have to set index for each byte like
#define byte1 1
#define byte2 2
I have almost 70 bytes in packet.I cant do it 70 times.
I have to do somethning if possible'
#define byte_x (_x)
Please tell me any other way.