Class CreateDO0SyncPayload
Represents an operator that creates a message payload that configuration of the digital output pin 0.
public class CreateDO0SyncPayload
- Inheritance
-
CreateDO0SyncPayload
- Derived
- Inherited Members
Properties
DO0Sync
Gets or sets the value that configuration of the digital output pin 0.
public SyncConfig DO0Sync { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that configuration of the digital output pin 0.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the DO0Sync register.
GetPayload()
Creates a message payload for the DO0Sync register.
public SyncConfig GetPayload()
Returns
- SyncConfig
The created message payload value.