This object represents one of the SIP Request Methods.
Enumerations
INVITE
REGISTER
CANCEL
BYE
ACK
OPTIONS
UNKNOWN_METHOD
EQ (sip_method_e m)
The result is Boolean TRUE if the input argument is equal to the SIP Request Method represented by this object.
Parameters (expressions not allowed):m- SIP Request Method Name
Returns: bool_atNE (sip_method_e m)
The result is Boolean TRUE if the input argument is not equal to the SIP Request Method represented by this object.
Parameters (expressions not allowed):m- SIP Request Method Name
Returns: bool_at