Categories
QByteArray to uint8_t*?
I'm trying to get uint8_t* from a byte array. Tried like this
uint8_t* data = reinterpret_cast<uint8_t*>( byteArray.data() );
Answer the question
In order to leave comments, you need to log in
Your code is correct. Check the output method you are testing.
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question