HP-UX C SIP Stack Message Layer Reference Guide (January 2008)

Body Functions 817
Get and Set Functions
RvSipBodySetBodyStr()
RvSipBodySetBodyStr()
DESCRIPTION
Sets a textual body to the body object. The textual body is copied and saved in
the body object.
SYNTAX
RvStatus RvSipBodySetBodyStr(
IN RvSipBodyHandle hBody,
IN RvChar *rawBuffer,
IN RvUint32 length);
PARAMETERS
hBody
The handle to the body object.
rawBuffer
The buffer to set to the body object.
length
The length of the buffer.
RETURN VALUES
Returns RvStatus.