Click or drag to resize
AutoUpdateEngineSchedulingEventStruct Structure
AutoUpdateEngineSchedulingEventStruct

Namespace: Crestron.AutoUpdateApiCommon
Assembly: SimplSharpAutoUpdateInterface (in SimplSharpAutoUpdateInterface.dll)
Syntax
C#
public struct AutoUpdateEngineSchedulingEventStruct

The AutoUpdateEngineSchedulingEventStruct type exposes the following members.

Fields
  NameDescription
Public fieldautoUpdateAppNumber
The app number this came from.
Public fieldautoUpdateDayOfWeek
The day of the week - comes from the ScheduledEventCommon.eWeekDays from Pythagoras.
Public fieldautoUpdateEventUID
A unique number that will get passed back to the engine on the command line so that it knows what day we're talking about.
Public fieldautoUpdateHours
The hour component of the time to check the manifest file.
Public fieldautoUpdateMessageFlagsFromAPI
General purpose bitfield. b0: 1: API is performing a Query. When the API sends the lower layer a query, the response to the query should have this bit set. This will indicate to the API that it should not fire an event. This will be used when the user tries to read a property (a query will be sent by the API, the API will wait for a timeout. The thread that reads from the queue will either fire an event or not based on this bit. 0: API is setting the given value. Lower layer when it responds should have this bit cleared, which means that the API will fire an event back to the programmer.
Public fieldautoUpdateMessageLength
Size of the structure, including itself [Should be AutoUpdateConstants.AutoUpdateEngineSchedulingEventStruct]
Public fieldautoUpdateMessageType
Public fieldautoUpdateMinutes
The minute component of the time to check the manifest file.
Top
See Also