Class CreateMimicPort1IRPayload
Represents an operator that creates a message payload that specifies the digital output to mimic the Port 1 IR state.
public class CreateMimicPort1IRPayload
- Inheritance
-
CreateMimicPort1IRPayload
- Derived
- Inherited Members
Properties
MimicPort1IR
Gets or sets the value that specifies the digital output to mimic the Port 1 IR state.
public MimicOutput MimicPort1IR { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that specifies the digital output to mimic the Port 1 IR state.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the MimicPort1IR register.
GetPayload()
Creates a message payload for the MimicPort1IR register.
public MimicOutput GetPayload()
Returns
- MimicOutput
The created message payload value.