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