Example #1
0
 public ulong GetStatisticsTotal(uint index, RNSPerSecondMetrics metrics)
 {
     if (pointer == IntPtr.Zero)
     {
         return(0);
     }
     return(RakPeer_Native.NET_GetStatisticsTotal(pointer, index, metrics));
 }