Class CreateRepeaterStatusPayload
- Namespace
- Harp.TimestampGeneratorGen3
- Assembly
- Harp.TimestampGeneratorGen3.dll
Represents an operator that creates a message payload that check whether device is a repeater or spreading internal timestamp.
public class CreateRepeaterStatusPayload
- Inheritance
-
CreateRepeaterStatusPayload
- Derived
- Inherited Members
Properties
RepeaterStatus
Gets or sets the value that check whether device is a repeater or spreading internal timestamp.
public RepeaterFlags RepeaterStatus { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that check whether device is a repeater or spreading internal timestamp.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the RepeaterStatus register.
GetPayload()
Creates a message payload for the RepeaterStatus register.
public RepeaterFlags GetPayload()
Returns
- RepeaterFlags
The created message payload value.