aboutsummaryrefslogtreecommitdiffstats
path: root/Software/PMR/Messages/Stubs/StubI2CWriteBytesRequest.proto
blob: 8566aa384c720cf9c28e14199d22a3ada788642b (plain)
1
2
3
4
5
6
7
8
9
10
11
syntax = "proto3";

package Tango.PMR.Stubs;
option java_package = "com.twine.tango.pmr.stubs";

message StubI2CWriteBytesRequest
{
	uint32 I2CId = 1; //
	uint32 SlaveAddress = 2;
	repeated uint32 BytesTWrite = 3;//
}