| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
import <TimerEventManager.idl;
| Public Attributes | |
| int | start | 
| Start time. | |
| int | end | 
| End time. | |
| int | step | 
| Step. | |
Range structure.
A range defines a time between start and end point in time. If start and end point are the same it is a specific point in time and no range. Step defines the repeating interval in time. Step of 1 is default and matches all values in range.
Definition at line 57 of file TimerEventManager.idl.
| int event::TimerEventManager::Range::end | 
End time.
Definition at line 59 of file TimerEventManager.idl.
| int event::TimerEventManager::Range::start | 
Start time.
Definition at line 58 of file TimerEventManager.idl.
| int event::TimerEventManager::Range::step | 
Step.
Definition at line 60 of file TimerEventManager.idl.