source: ProtocolBuffers/Sample.proto

Last change on this file was 8, checked in by george, 15 years ago
  • Added: Uncompleted proto file loading support.
  • Modified: String type serialization implmentation.
File size: 65 bytes
Line 
1message Sample {
2 uint32 command = 1;
3 uint32 parameter = 2;
4}
Note: See TracBrowser for help on using the repository browser.