Publish Interface Reference

Message that contains information about a publisher of data. More...


Detailed Description

Message that contains information about a publisher of data.


message Publish
{
  required string topic    = 1;
  required string msg_type = 2;
  required string host     = 3;
  required uint32 port     = 4;
}

/// 

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