aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/Synchronization/MachineSetupResponse.proto
blob: fa525dcaceccb529bb696be9a03d239905536c65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
syntax = "proto3";

package Tango.PMR.Synchronization;
option java_package = "com.twine.tango.pmr.synchronization";

message MachineSetupResponse
{
	string Version = 1;

	string FtpAddress = 2;
	string FtpFilePath = 3;
	string FtpUserName = 4;
	string FtpPassword = 5;

	string DbAddress = 6;
	string DbUserName = 7;
	string DbPassword = 8;
}