Class CreateAuxDigitalOutputStatePayload
Represents an operator that creates a message payload that write the state of the auxiliary digital output bit.
public class CreateAuxDigitalOutputStatePayload
- Inheritance
-
CreateAuxDigitalOutputStatePayload
- Derived
- Inherited Members
Properties
AuxDigitalOutputState
Gets or sets the value that write the state of the auxiliary digital output bit.
public AuxDigitalOutputs AuxDigitalOutputState { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that write the state of the auxiliary digital output bit.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the AuxDigitalOutputState register.
GetPayload()
Creates a message payload for the AuxDigitalOutputState register.
public AuxDigitalOutputs GetPayload()
Returns
- AuxDigitalOutputs
The created message payload value.