< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate] How do I obtain textual representation of an "s dp" record.



On 2006.03.22, at 03:36 , Robert Mansfield wrote:

John,

I would use Data::from(*sdp).c_str() to get a const char*.

Rob.

But if you plan further manipulations, you are throwing away all the benefits of the SdpContents class (parsers and accessors, serialization, etc.) caveat emptor.

A