ConnectionAttemptResult.cs 644 B

1234567891011121314151617181920
  1. /* ----------------------------------------------------------------------------
  2. * This file was automatically generated by SWIG (http://www.swig.org).
  3. * Version 2.0.1
  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 RakNet {
  9. public enum ConnectionAttemptResult {
  10. CONNECTION_ATTEMPT_STARTED,
  11. INVALID_PARAMETER,
  12. CANNOT_RESOLVE_DOMAIN_NAME,
  13. ALREADY_CONNECTED_TO_ENDPOINT,
  14. CONNECTION_ATTEMPT_ALREADY_IN_PROGRESS,
  15. SECURITY_INITIALIZATION_FAILED
  16. }
  17. }
粤ICP备19079148号