Initializes a new instance of the
Q850Info class
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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