Get reference to response message. Retrieve the latest incoming response message to the outgoing transaction. Note that the message is not copied, but a new reference to it is created instead.
Definition at line 6957 of file nta.c. References msg_ref_create(). { if (orq != NULL && orq != NONE) return msg_ref_create(orq->orq_response); else return NULL; }
|