Initializes a new instance of the
Q850Info class
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic Q850Info(
int code,
CauseCodes causeCode,
string text
)
Public Sub New (
code As Integer,
causeCode As CauseCodes,
text As String
)
public:
Q850Info(
int code,
CauseCodes causeCode,
String^ text
)
new :
code : int *
causeCode : CauseCodes *
text : string -> Q850Info
Parameters
- code
- Type: SystemInt32
- causeCode
- Type: Ozeki.VoIPCauseCodes
- text
- Type: SystemString
See Also