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