Changeset 5569 for pjproject/trunk/pjsip/include/pjsip/sip_multipart.h
- Timestamp:
- Mar 21, 2017 7:19:43 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip/sip_multipart.h
r3553 r5569 171 171 172 172 /** 173 * Get the boundary string and the raw message body of the specified 174 * multipart message body. Note that raw message body will only be available 175 * if the multipart message body is generated by pjsip_multipart_parse(). 176 * 177 * @param mp The multipart message body. 178 * @param boundary Optional parameter to receive the boundary string. 179 * @param raw_data Optional parameter to receive the raw message body. 180 * 181 * @return PJ_SUCCESS on success. 182 */ 183 PJ_DECL(pj_status_t) pjsip_multipart_get_raw(pjsip_msg_body *mp, 184 pj_str_t *boundary, 185 pj_str_t *raw_data); 186 187 /** 173 188 * @} PJSIP_MULTIPART 174 189 */
Note: See TracChangeset
for help on using the changeset viewer.