WeekSchedule Struct Reference
 
 
 
WeekSchedule Struct Reference

#include <maxnet_types.h>

Inheritance diagram for WeekSchedule:
MaxHeapOperators

Class Description

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

See also:
MaxNetManager, Schedule

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.