pmt: BLOBs

pmt.is_blob(swig_int_ptr x) → bool

Return true if is a blob, othewise false.

pmt.make_blob(void const * buf, size_t len) → swig_int_ptr

Make a blob given a pointer and length in bytes.

The data is copied into the blob.

pmt.blob_data(swig_int_ptr blob) → void const *

Return a pointer to the blob’s data.

pmt.blob_length(swig_int_ptr blob) → size_t

Return the blob’s length in bytes.

Previous topic

pmt: Read/Write

Next topic

pmt: Booleans

This Page