syntax = "proto3";

option csharp_namespace = "Leica.Spider.RtkBasics";

package spider.rtkbasics;

message JobId {
    /**
     * jobnumber including the RtkServer Id in the 4th most significant byte
     */
    int32 job_id_number = 1;
    string job_id_guid = 2;
}
