Files
SLikeNet/bindings/csharp/interfaces/RNSPerSecondMetrics.cs
2025-11-24 14:19:51 +05:30

23 lines
673 B
C#

/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 2.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ----------------------------------------------------------------------------- */
namespace SLNet {
public enum RNSPerSecondMetrics {
USER_MESSAGE_BYTES_PUSHED,
USER_MESSAGE_BYTES_SENT,
USER_MESSAGE_BYTES_RESENT,
USER_MESSAGE_BYTES_RECEIVED_PROCESSED,
USER_MESSAGE_BYTES_RECEIVED_IGNORED,
ACTUAL_BYTES_SENT,
ACTUAL_BYTES_RECEIVED,
RNS_PER_SECOND_METRICS_COUNT
}
}