Class ScheduleDefinition
Describes a schedule to create on the WSS device.
Inheritance
object
ScheduleDefinition
Namespace: Wss.CoreModule
Assembly: WSS_Core_Interface.dll
Syntax
public sealed class ScheduleDefinition
Remarks
ScheduleId, DurationMs, and SyncSignal use the same protocol validation and encoding rules as the previous positional overload.
Properties
DurationMs
Gets or sets the schedule duration, in milliseconds.
Declaration
public int DurationMs { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ScheduleId
Gets or sets the schedule ID (0..255).
Declaration
public int ScheduleId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
SyncSignal
Gets or sets the sync-signal group ID (0..255).
Declaration
public int SyncSignal { get; set; }
Property Value
| Type | Description |
|---|---|
| int |