Class CreateDO0SyncPayload
- Namespace
- Harp.SyringePump
- Assembly
- Harp.SyringePump.dll
Represents an operator that creates a message payload that configures which signal is mimicked in the digital output 0.
public class CreateDO0SyncPayload
- Inheritance
-
CreateDO0SyncPayload
- Derived
- Inherited Members
Properties
DO0Sync
Gets or sets the value that configures which signal is mimicked in the digital output 0.
public DO0SyncConfig DO0Sync { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that configures which signal is mimicked in the digital output 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 DO0SyncConfig GetPayload()
Returns
- DO0SyncConfig
The created message payload value.