tipsec_error_t.cs 727 B

123456789101112131415161718192021222324
  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.ipsecWRAP {
  9. public enum tipsec_error_t {
  10. tipsec_error_success = 0,
  11. tipsec_error_invalid_param,
  12. tipsec_error_invalid_state,
  13. tipsec_error_access_violation,
  14. tipsec_error_permission_denied,
  15. tipsec_error_outofmemory,
  16. tipsec_error_outofbound,
  17. tipsec_error_notfound,
  18. tipsec_error_notimplemented,
  19. tipsec_error_sys
  20. }
  21. }