FSUIPC Client DLL
.NET interface for FSUIPC
StatsProcess Struct Reference

A structure containing statistics about Process() calls requested by your application More...

Properties

double OffsetsCount [get]
 The number of offsets processed More...
 
double OffsetsReadCount [get]
 The number of offsets that were read More...
 
double OffsetsWriteCount [get]
 The number of offsets that were written to More...
 
double BytesWritten [get]
 The number of bytes written More...
 
double BytesRead [get]
 The number of bytes read More...
 
double FsuipcMemoryFileSizeBytes [get]
 The size in bytes of the FSUIPC shared memory file More...
 
double FsuipcMemoryFilePercentFull [get]
 How full the FSUIPC shared memory file was as a percentage More...
 
double TimeForProcessCall [get]
 The time taken by the entire Process() call in milliseconds More...
 
double TimeForIPC [get]
 The time taken to exchange data with FSUIPC in milliseconds More...
 
string [] GroupsProcessed [get]
 An array of the names of all the groups processed More...
 
string GroupsProcessedString [get]
 A single string containing the names of all the groups processed More...
 

Detailed Description

A structure containing statistics about Process() calls requested by your application

Property Documentation

◆ BytesRead

double BytesRead
get

The number of bytes read

◆ BytesWritten

double BytesWritten
get

The number of bytes written

◆ FsuipcMemoryFilePercentFull

double FsuipcMemoryFilePercentFull
get

How full the FSUIPC shared memory file was as a percentage

◆ FsuipcMemoryFileSizeBytes

double FsuipcMemoryFileSizeBytes
get

The size in bytes of the FSUIPC shared memory file

◆ GroupsProcessed

string [] GroupsProcessed
get

An array of the names of all the groups processed

◆ GroupsProcessedString

string GroupsProcessedString
get

A single string containing the names of all the groups processed

◆ OffsetsCount

double OffsetsCount
get

The number of offsets processed

◆ OffsetsReadCount

double OffsetsReadCount
get

The number of offsets that were read

◆ OffsetsWriteCount

double OffsetsWriteCount
get

The number of offsets that were written to

◆ TimeForIPC

double TimeForIPC
get

The time taken to exchange data with FSUIPC in milliseconds

◆ TimeForProcessCall

double TimeForProcessCall
get

The time taken by the entire Process() call in milliseconds