Changeset 3303 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
- Timestamp:
- Sep 7, 2010 5:10:25 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r3243 r3303 2342 2342 2343 2343 /** 2344 * Last registration error code. When the status field contains a SIP 2345 * status code that indicates a registration failure, last registration 2346 * error code contains the error code that causes the failure. In any 2347 * other case, its value is zero. 2348 */ 2349 pj_status_t reg_last_err; 2350 2351 /** 2344 2352 * String describing the registration status. 2345 2353 */
Note: See TracChangeset
for help on using the changeset viewer.