TROBonjourRegistrationStrategy
Overview
The TROBonjourRegistrationStrategy class contains the concrete implementation of its abstract ancestor's methods to communicate with Bonjour zeroconf services. See the ancestor page for more information about the members.
This class is part of the ROZeroConf implementation and is not intended to be used by users.
Location
- Unit: uROZeroConf.pas
- Ancestry: TInterfacedObject | TROBonjourRegistrationStrategy
Instance Methods
constructor Create
Creates a new instance with a supplied value.
constructor Create(const aOwner: TROZeroConfRegistrationEngine)
Parameters:
- aOwner:
RegisterService protected
procedure RegisterService(const aDomain: UnicodeString; const aServiceType: UnicodeString; const aServiceName: UnicodeString; const aPort: Integer; aTxtRecord: TBytes)
Parameters:
- aDomain:
- aServiceType:
- aServiceName:
- aPort:
- aTxtRecord:
Stop protected
Stops the specified service.
procedure Stop