HP-UX C SIP Stack Message Layer Reference Guide (January 2008)
460 HP C SIP Stack Message Layer Reference Guide
Control Functions
RvSipEventHeaderIsEqual()
RvSipEventHeaderIsEqual()
DESCRIPTION
Compares two Event headers. Event headers are considered equal if the event-
type and event ID parameter are equal. The event-type portion of the Event
header is compared byte-by-byte, and the ID parameter token (if present) is
compared byte-by-byte. An Event header containing an ID parameter never
matches an Event header without an ID parameter. No other-parameters are
considered when performing a comparison.
SYNTAX
RvBool RvSipEventHeaderIsEqual(
IN const RvSipEventHeaderHandle hHeader,
IN const RvSipEventHeaderHandle hOtherHeader);
PARAMETERS
hHeader
The handle to the Event header.
hOtherHeader
The handle to the Event header with which a comparison is being made.
RETURN VALUES
Returns RV_TRUE if the Party headers being compared are equal. Otherwise
returns RV_FALSE.
RETURN VALUES
Returns RvStatus.