thttp_event_type_t.cs 610 B

1234567891011121314151617181920
  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 thttp_event_type_t {
  10. thttp_event_dialog_started,
  11. thttp_event_message,
  12. thttp_event_auth_failed,
  13. thttp_event_closed,
  14. thttp_event_transport_error,
  15. thttp_event_dialog_terminated
  16. }
  17. }