SIPRequestErrorExFromResponseCode Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static SIPRequestError FromResponseCode(
int code
)
Public Shared Function FromResponseCode (
code As Integer
) As SIPRequestError
public:
static SIPRequestError FromResponseCode(
int code
)
static member FromResponseCode :
code : int -> SIPRequestError
Parameters
- code
- Type: SystemInt32
Return Value
Type:
SIPRequestError
See Also