Class CreateEnableEventsPayload
- Namespace
- Harp.Synchronizer
- Assembly
- Harp.Synchronizer.dll
Represents an operator that creates a message payload that specifies all the active events in the device.
public class CreateEnableEventsPayload
- Inheritance
-
CreateEnableEventsPayload
- Derived
- Inherited Members
Properties
EnableEvents
Gets or sets the value that specifies all the active events in the device.
public SynchronizerEvents EnableEvents { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that specifies all the active events in the device.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the EnableEvents register.
GetPayload()
Creates a message payload for the EnableEvents register.
public SynchronizerEvents GetPayload()
Returns
- SynchronizerEvents
The created message payload value.