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