TROBonjourBrowseStrategy
Overview
The TROBonjourBrowseStrategy class is the concrete implementation of the service browser that works with Apple's Bonjour zeroconf engine. See the base class page for more information about its members and a more detailed description.
This class is part of the ROZeroConf implementation and should not be used by users.
Location
- Unit: uROZeroConf.pas
- Ancestry: TInterfacedObject | TROBonjourBrowseStrategy
Instance Methods
constructor Create
Creates a new instance.
constructor Create(aEngine: TROZeroConfBrowseEngine)
Parameters:
- aEngine: owner engine
Start protected
Starts the specified service of the type aType in the domain aDomain.
procedure Start(const aDomain: UnicodeString; const aServiceType: UnicodeString)
Parameters:
- aDomain: Service domain name
- aServiceType: Service type this instance should browse for
Stop protected
Stops the specified service.
procedure Stop