Re: [protobuf] Getting TCP/IP message

2013-11-19 Thread Dilip Biswas
HOME = 1; WORK = 2; } message PhoneNumber { required string number = 1; optional PhoneType type = 2 [default = HOME]; } repeated PhoneNumber phone = 4; } // Our address book file is just one of these. message AddressBook { repeated Person person = 1; } ...... Thanks and

[protobuf] Getting TCP/IP message

2013-11-07 Thread Dilip Biswas
Hallo, I am new here in Protocol Buffers, I would like to know how can I write a Message to get TCP/IP connection. Regards, Dilip, Software Entwickler -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop