Packet Interface Reference

Message that encapsulates another message with a type description. More...


Detailed Description

Message that encapsulates another message with a type description.


import "time.proto";

message Packet
{
  required Time stamp            = 1;
  required string type           = 2;
  required bytes serialized_data = 3;
}

/// 

The documentation for this interface was generated from the following file: