Class CreateDigitalOutputSyncPayload
Represents an operator that creates a message payload that configuration of the digital outputs behavior.
public class CreateDigitalOutputSyncPayload
- Inheritance
-
CreateDigitalOutputSyncPayload
- Derived
- Inherited Members
Properties
DO0Sync
Gets or sets a value that configuration of the DO0 functionality.
public DO0SyncConfig DO0Sync { get; set; }
Property Value
DO1Sync
Gets or sets a value that configuration of the DO1 functionality.
public DO1SyncConfig DO1Sync { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that configuration of the digital outputs behavior.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the DigitalOutputSync register.
GetPayload()
Creates a message payload for the DigitalOutputSync register.
public DigitalOutputSyncPayload GetPayload()
Returns
- DigitalOutputSyncPayload
The created message payload value.