Public Attributes

WeekSchedule Struct Reference

Search for all occurrences

Detailed Description

Used by the Network Rendering API to store weekly scheduling information.

See also:
MaxNetManager, Schedule

#include <maxnet_types.h>

Inheritance diagram for WeekSchedule:
Inheritance graph
[legend]

List of all members.

Public Attributes

Schedule  day [7]
  The hourly schedule configuration for each day of the week.
int  AttendedPriority
  The attended priority value which is one of the following values: HIGHPRIORITY, LOWPRIORITY, or IDLEPRIORITY.
int  UnattendedPriority
  The unattended priority value which is one of the following values: HIGHPRIORITY, LOWPRIORITY, or IDLEPRIORITY.

Member Data Documentation

The hourly schedule configuration for each day of the week.

The attended priority value which is one of the following values: HIGHPRIORITY, LOWPRIORITY, or IDLEPRIORITY.

The unattended priority value which is one of the following values: HIGHPRIORITY, LOWPRIORITY, or IDLEPRIORITY.