Hello,
How can I pick the index of two (following) Hexvalues in a QByteArray?
Example:
I have a QByteArray with the following Hexvalues: "ff d8 12 89 65 ff"
When I wish the index of "d8 12", it must return: 1 or 2.
With the index, I can use .mid to make a Substring.
Are there any ways to do it?
Thanks
-Boris
Bookmarks