Class BufferCacheReport
- Namespace
- KSP.Networking.MP.Utils
- Assembly
- Assembly-CSharp.dll
public class BufferCacheReport
- Inheritance
-
BufferCacheReport
- Inherited Members
-
- Extension Methods
-
Constructors
BufferCacheReport()
public BufferCacheReport()
Fields
DEFAULT_BUFFERS_FREE
public const int DEFAULT_BUFFERS_FREE = 0
Field Value
- int
DEFAULT_BUFFERS_TOTAL
public const int DEFAULT_BUFFERS_TOTAL = 0
Field Value
- int
DEFAULT_BUFFERS_USED
public const int DEFAULT_BUFFERS_USED = 0
Field Value
- int
DEFAULT_BYTES_FREE
public const int DEFAULT_BYTES_FREE = 0
Field Value
- int
DEFAULT_BYTES_TOTAL
public const int DEFAULT_BYTES_TOTAL = 0
Field Value
- int
DEFAULT_BYTES_USED
public const int DEFAULT_BYTES_USED = 0
Field Value
- int
DEFAULT_NUM_POOLS
public const int DEFAULT_NUM_POOLS = 0
Field Value
- int
NumBuffersFree
public int NumBuffersFree
Field Value
- int
NumBuffersTotal
public int NumBuffersTotal
Field Value
- int
NumBuffersUsed
public int NumBuffersUsed
Field Value
- int
NumBytesFree
Field Value
- int
NumBytesTotal
Field Value
- int
NumBytesUsed
Field Value
- int
NumPools
Field Value
- int
ReportEntryList
public readonly List<BufferCacheReportEntry> ReportEntryList
Field Value
- List<BufferCacheReportEntry>
Methods
Init()
ResetAllValues()
public void ResetAllValues()