Download full document:

SIP_METHOD_E

This object represents one of the SIP Request Methods.

This topic lists the expressions that are provided by this class.

Enumerations

ACK

BYE

CANCEL

INVITE

OPTIONS

REGISTER

UNKNOWN_METHOD

Expressions

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