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