Class CreateExpansionBoardPayload
- Namespace
- Harp.OutputExpander
- Assembly
- Harp.OutputExpander.dll
Represents an operator that creates a message payload that selects the board to be interfaced with via the expansion port.
public class CreateExpansionBoardPayload
- Inheritance
-
CreateExpansionBoardPayload
- Derived
- Inherited Members
Properties
ExpansionBoard
Gets or sets the value that selects the board to be interfaced with via the expansion port.
public ExpansionBoardType ExpansionBoard { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that selects the board to be interfaced with via the expansion port.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the ExpansionBoard register.
GetPayload()
Creates a message payload for the ExpansionBoard register.
public ExpansionBoardType GetPayload()
Returns
- ExpansionBoardType
The created message payload value.