summaryrefslogtreecommitdiffstats
path: root/bindings/csharp/tsip_invite_event_type_t.cs
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/csharp/tsip_invite_event_type_t.cs')
-rw-r--r--bindings/csharp/tsip_invite_event_type_t.cs36
1 files changed, 36 insertions, 0 deletions
diff --git a/bindings/csharp/tsip_invite_event_type_t.cs b/bindings/csharp/tsip_invite_event_type_t.cs
new file mode 100644
index 0000000..f3f025c
--- /dev/null
+++ b/bindings/csharp/tsip_invite_event_type_t.cs
@@ -0,0 +1,36 @@
+/* ----------------------------------------------------------------------------
+ * This file was automatically generated by SWIG (http://www.swig.org).
+ * Version 2.0.9
+ *
+ * Do not make changes to this file unless you know what you are doing--modify
+ * the SWIG interface file instead.
+ * ----------------------------------------------------------------------------- */
+
+namespace org.doubango.tinyWRAP {
+
+public enum tsip_invite_event_type_t {
+ tsip_i_newcall,
+ tsip_i_request,
+ tsip_ao_request,
+ tsip_o_ect_trying,
+ tsip_o_ect_accepted,
+ tsip_o_ect_completed,
+ tsip_o_ect_failed,
+ tsip_o_ect_notify,
+ tsip_i_ect_requested,
+ tsip_i_ect_newcall,
+ tsip_i_ect_completed,
+ tsip_i_ect_failed,
+ tsip_i_ect_notify,
+ tsip_m_early_media,
+ tsip_m_updating,
+ tsip_m_updated,
+ tsip_m_local_hold_ok,
+ tsip_m_local_hold_nok,
+ tsip_m_local_resume_ok,
+ tsip_m_local_resume_nok,
+ tsip_m_remote_hold,
+ tsip_m_remote_resume
+}
+
+}
OpenPOWER on IntegriCloud