%Net.Bonjour
class %Net.Bonjour extends %Library.RegisteredObject
Provides access to the Bonjour service registration protocolMethod Inventory
Methods
classmethod ConstructTXTRecord(txtRecord As BonjourTXTRecord) as %Integer
Returns an integer handle to a Bonjour TXT Record
classmethod IsSupported() as %Boolean
Returns true if Bonjour services are supported in this instance
method Register(name As %String, type As %String, port As %Integer, txtRecord As BonjourTXTRecord = "") as BonjourServiceReference
Registers a service with Bonjour
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()