Difference between revisions of "SHIPHarbour:DataTypes:Firmware"

From Serious Documentation
Jump to: navigation, search
(Description)
Line 1: Line 1:
==Coming Soon==
+
== Source File ==
This page is currently under construction. If you need immediate help with this topic, please contact [https://www.seriousintegrated.com/contact Serious Support].
+
[[SHIPHarbour:DataTypes|SHIPHarbour_DataTypes.proto]]
  
Thank you for your patience.
+
== Description ==
 +
<onlyinclude>Used as part of the [[SHIPHarbour:DataTypes:ModuleDetails|ModuleDetails]] type to inform the client what program the Serious module is currently running.</onlyinclude>
 +
 
 +
== Message Fields ==
 +
 
 +
==== type ====
 +
A [[SHIPHarbour:DataTypes:FirmwareType]] for identifying the purpose of the firmware.
  
[[Category:NoIndex]]
+
==== signature ====
[[Category:UnderConstruction]]
+
A four-letter string for identifying the exact firmware.
  
== Description ==
+
==== version ====
<onlyinclude>Used as part of the [[SHIPHarbour:DataTypes:ModuleDetails|ModuleDetails]] type to inform the client what program the Serious module is currently running.</onlyinclude>
+
A [[SHIPHarbour:DataTypes:FirmwareVersion]] for identifying the exact version of the firmware.

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 SHIPHarbour:DataTypes:FirmwareType for identifying the purpose of the firmware.

signature

A four-letter string for identifying the exact firmware.

version

A SHIPHarbour:DataTypes:FirmwareVersion for identifying the exact version of the firmware.