tsip_request_type_t.cs 670 B

1234567891011121314151617181920212223242526272829
  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_request_type_t {
  10. tsip_NONE = 0,
  11. tsip_ACK,
  12. tsip_BYE,
  13. tsip_CANCEL,
  14. tsip_INVITE,
  15. tsip_OPTIONS,
  16. tsip_REGISTER,
  17. tsip_SUBSCRIBE,
  18. tsip_NOTIFY,
  19. tsip_REFER,
  20. tsip_INFO,
  21. tsip_UPDATE,
  22. tsip_MESSAGE,
  23. tsip_PUBLISH,
  24. tsip_PRACK
  25. }
  26. }