Public Attributes

ClientInfo Struct Reference

Search for all occurrences

Detailed Description

See also:
Class MaxNetManager, 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 Client.

#include <ClientInfo.h>

Inheritance diagram for ClientInfo:
Inheritance graph
[legend]

List of all members.

Public Attributes

DWORD  size
  The size of the structure, being sizeof(ClientInfo).
DWORD  version
  The version information, defined by _CLIENTINFO_VERSION.
ConfigurationBlock  cfg
  The network system configuration data.
bool  controller
  TRUE if the Client is currently controlling the queue.
short  udp_port
  The UDP port being used for network communications.
char  reserved [32]
  Reserved for future use.

Member Data Documentation

DWORD size

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

DWORD version

The version information, defined by _CLIENTINFO_VERSION.

The network system configuration data.

Refer to this structure for more information.

bool controller

TRUE if the Client is currently controlling the queue.

short udp_port

The UDP port being used for network communications.

char reserved[32]

Reserved for future use.