tsip_event_type_t.cs 617 B

12345678910111213141516171819202122
  1. /* ----------------------------------------------------------------------------
  2. * This file was automatically generated by SWIG (http://www.swig.org).
  3. * Version 2.0.9
  4. *
  5. * Do not make changes to this file unless you know what you are doing--modify
  6. * the SWIG interface file instead.
  7. * ----------------------------------------------------------------------------- */
  8. namespace org.doubango.tinyWRAP {
  9. public enum tsip_event_type_t {
  10. tsip_event_invite,
  11. tsip_event_message,
  12. tsip_event_info,
  13. tsip_event_options,
  14. tsip_event_publish,
  15. tsip_event_register,
  16. tsip_event_subscribe,
  17. tsip_event_dialog
  18. }
  19. }