Class CreateAcquisitionStatePayload
Represents an operator that creates a message payload that enables the data acquisition.
public class CreateAcquisitionStatePayload
- Inheritance
-
CreateAcquisitionStatePayload
- Derived
- Inherited Members
Properties
AcquisitionState
Gets or sets the value that enables the data acquisition.
public EnableFlag AcquisitionState { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that enables the data acquisition.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the AcquisitionState register.
GetPayload()
Creates a message payload for the AcquisitionState register.
public EnableFlag GetPayload()
Returns
- EnableFlag
The created message payload value.