SIPRequestErrorExFromResponseCode Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
SIPRequestErrorSee Also