Difference between revisions of "SHIPHarbour:DataTypes:RoutineInfo"

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>Appears in all [[SHIPHarbour:Generic:Routine|Routine]] requests, used to create and route a request to perform an operation on a specific [[SHIPHarbour:DataTypes:Endpoint|Endpoint]] inside of [[SHIPHarbour_Master|SHIPHarbour Master]].</onlyinclude>
 +
 
 +
== Message Fields ==
 +
 
 +
==== ep ====
 +
A [[SHIPHarbour:DataTypes|Endpoint]] used to route the operation within SHIPHarbour Master.
  
[[Category:NoIndex]]
+
==== id ====
[[Category:UnderConstruction]]
+
A globally unique id assigned by the client.
  
== Description ==
+
==== start ====  
<onlyinclude>Appears in all [[SHIPHarbour:Generic:Routine|Routine]] requests, used to create and route a request to perform an operation on a specific [[SHIPHarbour:DataTypes:Endpoint|Endpoint]] inside of [[SHIPHarbour_Master|SHIPHarbour Master]].</onlyinclude>
+
Client must set to true when requesting the execution of a new routine. Must be false when sending messages to an existing routine.

Revision as of 17:43, 31 July 2017

Source File

SHIPHarbour_DataTypes.proto

Description

Appears in all Routine requests, used to create and route a request to perform an operation on a specific Endpoint inside of SHIPHarbour Master.

Message Fields

ep

A Endpoint used to route the operation within SHIPHarbour Master.

id

A globally unique id assigned by the client.

start

Client must set to true when requesting the execution of a new routine. Must be false when sending messages to an existing routine.