Class CreatePortDIOTogglePayload
Represents an operator that creates a message payload that toggle the specified port DIO lines.
public class CreatePortDIOTogglePayload
- Inheritance
-
CreatePortDIOTogglePayload
- Derived
- Inherited Members
Properties
PortDIOToggle
Gets or sets the value that toggle the specified port DIO lines.
public PortDigitalIOS PortDIOToggle { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that toggle 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 PortDIOToggle register.
GetPayload()
Creates a message payload for the PortDIOToggle register.
public PortDigitalIOS GetPayload()
Returns
- PortDigitalIOS
The created message payload value.