doubango/bindings/csharp/tsip_invite_event_type_t.cs

37 lines
934 B
C#
Raw Normal View History

2011-03-25 09:38:07 +00:00
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 2.0.9
2011-03-25 09:38:07 +00:00
*
* 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,
2011-12-15 17:27:52 +00:00
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,
2011-03-25 09:38:07 +00:00
tsip_m_early_media,
tsip_m_updating,
tsip_m_updated,
2011-03-25 09:38:07 +00:00
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
}
}