Class CreatePulseDO1Payload
Represents an operator that creates a message payload that pulse for the digital output 1 (DO1).
public class CreatePulseDO1Payload
- Inheritance
-
CreatePulseDO1Payload
- Derived
- Inherited Members
Properties
PulseDO1
Gets or sets the value that pulse for the digital output 1 (DO1).
[Range(1, 255)]
public byte PulseDO1 { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that pulse for the digital output 1 (DO1).
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the PulseDO1 register.
GetPayload()
Creates a message payload for the PulseDO1 register.
public byte GetPayload()
Returns
- byte
The created message payload value.