* initial cleanup passthrough * bad copypaste * add back ! and more style fixes * handling ping and voice session
11 lines
174 B
Protocol Buffer
11 lines
174 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package openauto.btservice.proto;
|
|
|
|
message SocketInfo
|
|
{
|
|
required string address = 1;
|
|
required int32 port = 2;
|
|
required int32 unknown_1 = 3;
|
|
}
|