RDMnet
0.3.0
Implementation of ANSI E1.33 (RDMnet)
|
View other versions:
|
#include <rdmnet/cpp/broker.h>
Data Fields | |
std::string | service_instance_name |
Your unique name for this broker DNS-SD service instance. More... | |
std::string | manufacturer {"Generic Manufacturer"} |
A string to identify the manufacturer of this broker instance. | |
std::string | model {"Generic RDMnet Broker"} |
A string to identify the model of product in which the broker instance is included. | |
std::vector< DnsTxtRecordItem > | additional_txt_record_items |
Any additional non-standard items to add to the broker's DNS TXT record. | |
std::string rdmnet::Broker::DnsAttributes::service_instance_name |
Your unique name for this broker DNS-SD service instance.
The discovery library uses standard mechanisms to ensure that this service instance name is actually unique; however, the application should make a reasonable effort to provide a name that will not conflict with other brokers.