Class CreateCoreVersionHighPayload
Represents an operator that creates a message payload that specifies the major version of the Harp core implemented by the device.
public class CreateCoreVersionHighPayload
- Inheritance
-
CreateCoreVersionHighPayload
- Derived
- Inherited Members
Properties
CoreVersionHigh
Gets or sets the value that specifies the major version of the Harp core implemented by the device.
public byte CoreVersionHigh { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that specifies the major version of the Harp core implemented by the device.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the CoreVersionHigh register.
GetPayload()
Creates a message payload for the CoreVersionHigh register.
public byte GetPayload()
Returns
- byte
The created message payload value.