Answer the question
In order to leave comments, you need to log in
How to unpack bytes in Python?
I have this byte structure in C code
union Package {
uint8 bytes[16];
struct {
float var1;
double var2;
int32 status;
} __attribute__((packed)) info;
};
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question