Class CreatePortDIOSetPayload
Represents an operator that creates a message payload that set the specified port DIO lines.
public class CreatePortDIOSetPayload
- Inheritance
-
CreatePortDIOSetPayload
- Derived
- Inherited Members
Properties
PortDIOSet
Gets or sets the value that set the specified port DIO lines.
public PortDigitalIOS PortDIOSet { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that set the specified port DIO lines.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the PortDIOSet register.
GetPayload()
Creates a message payload for the PortDIOSet register.
public PortDigitalIOS GetPayload()
Returns
- PortDigitalIOS
The created message payload value.