Public Attributes

ServerInfo Struct Reference

Search for all occurrences

Detailed Description

See also:
Class MaxNetManager, Structure NetworkStatus, Structure ConfigurationBlock
Remarks:
This structure is available in release 4.0 and later only.

This structure is used by the Network Rendering API to store information about a Server.

#include <ServerInfo.h>

Inheritance diagram for ServerInfo:
Inheritance graph
[legend]

List of all members.

Public Attributes

DWORD  size
  The size of the structure, being sizeof(ServerInfo).
DWORD  version
  The version information, defined by _SERVER_INFO_VERSION.
DWORD  total_frames
  The total number of frames rendered.
float  total_time
  The total time spent rendering, in hours.
float  index
  Performance index.
ConfigurationBlock  cfg
  The network system configuration data.
NetworkStatus  net_status
  The network status information.
char  reserved [32]
  Reserved for future use.

Member Data Documentation

DWORD size

The size of the structure, being sizeof(ServerInfo).

DWORD version

The version information, defined by _SERVER_INFO_VERSION.

DWORD total_frames

The total number of frames rendered.

float total_time

The total time spent rendering, in hours.

float index

Performance index.

The network system configuration data.

Refer to this structure for more information.

The network status information.

char reserved[32]

Reserved for future use.