Question on gr_message_sptr class

Hi all,

I wonder if I can access message data of this class? It has to_string()
function, but I want to carry some binary data via message. I looked at
the documentation, but it did not look like it had any way to pass the
data.
Thanks,

Thomas

I wonder if I can access message data of this class? It has to_string()
function, but I want to carry some binary data via message. I looked at
the documentation, but it did not look like it had any way to pass the
data.
Thanks,

The to_string() is the data. Example: the oscope uses messages to pass
scope frames. -Josh