Thursday, July 23, 2020

PMT Vectors (How to insert values into them)?

I want to create a pmt vector and fill it with constant values. I can do that using   pmt.make_u8vector(16, 0xFF).
Now I want to insert a 4 byte header like 0x01,0x02, 0x03,0x04.
How can we add values to a PMT.Vector?

No comments:

Post a Comment