syntax = "proto3"; import "DeviceInformation.proto"; package Tango.PMR.Connection; option java_package = "com.twine.tango.pmr.connection"; message ConnectResponse { DeviceInformation DeviceInformation = 1; bool IsAfterReset = 2; }