Difference between revisions of "SHIPHarbour:DataTypes:Module"

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 uniquely identify the Serious module and associate [[SHIPHarbour:DataTypes:Endpoint|Endpoints]].</onlyinclude>
 +
 
 +
== Message Fields ==
 +
 
 +
==== sn ====
 +
An unsigned 64-bit number for a univeresally unique identification number.
  
[[Category:NoIndex]]
+
==== product ====
[[Category:UnderConstruction]]
+
A human-readable description of the product.
  
== Description ==
+
==== ep ====
<onlyinclude>Used as part of the [[SHIPHarbour:DataTypes:ModuleDetails|ModuleDetails]] type to uniquely identify the Serious module and associate [[SHIPHarbour:DataTypes:Endpoint|Endpoints]].</onlyinclude>
+
An array of [[SHIPHarbour:DataTypes:Endpoint|Endpoints]] used to provide the client with information necessary for routing requests.

Latest revision as of 17:57, 31 July 2017

Source File

SHIPHarbour_DataTypes.proto

Description

Used as part of the ModuleDetails type to uniquely identify the Serious module and associate Endpoints.

Message Fields

sn

An unsigned 64-bit number for a univeresally unique identification number.

product

A human-readable description of the product.

ep

An array of Endpoints used to provide the client with information necessary for routing requests.