RNSPerSecondMetrics.cs 695 B

12345678910111213141516171819202122
  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 RNSPerSecondMetrics {
  10. USER_MESSAGE_BYTES_PUSHED,
  11. USER_MESSAGE_BYTES_SENT,
  12. USER_MESSAGE_BYTES_RESENT,
  13. USER_MESSAGE_BYTES_RECEIVED_PROCESSED,
  14. USER_MESSAGE_BYTES_RECEIVED_IGNORED,
  15. ACTUAL_BYTES_SENT,
  16. ACTUAL_BYTES_RECEIVED,
  17. RNS_PER_SECOND_METRICS_COUNT
  18. }
  19. }
粤ICP备19079148号