12 #ifndef ROOT_TBonjourRecord
13 #define ROOT_TBonjourRecord
45 fServiceName(name), fRegisteredType(regType), fReplyDomain(domain),
49 fServiceName(name), fRegisteredType(regType),
50 fReplyDomain(domain), fTXTRecords(txt) { }
void Print(Option_t *opt="") const
Print TBonjourRecord.
TBonjourRecord(const char *name, const char *regType, const char *domain, const char *txt)
const char * GetTXTRecords() const
const char * GetServiceName() const
#define ClassDef(name, id)
virtual ~TBonjourRecord()
void AddTXTRecord(const char *record)
TBonjourRecord(const char *name, const char *regType, const char *domain)
const char * GetReplyDomain() const
Bool_t IsEqual(const TObject *obj) const
Default equal comparison (objects are equal if they have the same address in memory).
Int_t GetTXTRecordsLength() const
const char * GetRegisteredType() const
Mother of all ROOT objects.
Bool_t operator==(const TBonjourRecord &other) const