Difference between revisions of "SHIPHarbour:DataTypes:RoutineInfo"

From Serious Documentation
Jump to: navigation, search
(ep)
 
Line 8: Line 8:
  
 
==== ep ====
 
==== ep ====
A [[SHIPHarbour:DataTypes|Endpoint]] used to route the operation within SHIPHarbour Master.
+
An [[SHIPHarbour:DataTypes:Endpoint|Endpoint]] used to route the operation within SHIPHarbour Master.
  
 
==== id ====  
 
==== id ====  

Latest 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

An 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.