Difference between revisions of "SHIPHarbour:DataTypes:Firmware"

From Serious Documentation
Jump to: navigation, search
(Message Fields)
 
Line 8: Line 8:
  
 
==== type ====
 
==== type ====
A [[SHIPHarbour:DataTypes:FirmwareType]] for identifying the purpose of the firmware.
+
A [[SHIPHarbour:DataTypes:FirmwareType|FirmwareType]] for identifying the purpose of the firmware.
  
 
==== signature ====
 
==== signature ====
Line 14: Line 14:
  
 
==== version ====
 
==== version ====
A [[SHIPHarbour:DataTypes:FirmwareVersion]] for identifying the exact version of the firmware.
+
A [[SHIPHarbour:DataTypes:FirmwareVersion|FirmwareVersion]] for identifying the exact version of the firmware.

Latest revision as of 18:03, 31 July 2017

Source File

SHIPHarbour_DataTypes.proto

Description

Used as part of the ModuleDetails type to inform the client what program the Serious module is currently running.

Message Fields

type

A FirmwareType for identifying the purpose of the firmware.

signature

A four-letter string for identifying the exact firmware.

version

A FirmwareVersion for identifying the exact version of the firmware.