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