UDPForwarderResult.cs 604 B

12345678910111213141516171819
  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 UDPForwarderResult {
  10. UDPFORWARDER_FORWARDING_ALREADY_EXISTS,
  11. UDPFORWARDER_NO_SOCKETS,
  12. UDPFORWARDER_BIND_FAILED,
  13. UDPFORWARDER_INVALID_PARAMETERS,
  14. UDPFORWARDER_SUCCESS
  15. }
  16. }
粤ICP备19079148号