SIP_METHOD_E¶
This object represents one of the SIP Request Methods.
Enumerations
INVITE
REGISTER
CANCEL
BYE
ACK
OPTIONS
UNKNOWN_METHOD
This topic lists the expressions that are provided by this class.
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_at
NE (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