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) { }
Int_t GetTXTRecordsLength() const
Bool_t IsEqual(const TObject *obj) const
Default equal comparison (objects are equal if they have the same address in memory).
void Print(Option_t *opt="") const
Print TBonjourRecord.
TBonjourRecord(const char *name, const char *regType, const char *domain, const char *txt)
Bool_t operator==(const TBonjourRecord &other) const
const char * GetTXTRecords() const
#define ClassDef(name, id)
virtual ~TBonjourRecord()
void AddTXTRecord(const char *record)
TBonjourRecord(const char *name, const char *regType, const char *domain)
Mother of all ROOT objects.
const char * GetReplyDomain() const
const char * GetServiceName() const
const char * GetRegisteredType() const