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