mergBonjourSearch

Typefunction
DictionaryLCS
LibraryLiveCode Script
Syntax
mergBonjourSearch(<pType>, [<pDomain>])
Associationsmergbonjour
Summary

Create a search object and start searching for a bonjour service

Introduced8.0
OSios, mac
Platformsdesktop, mobile
Parameters
NameTypeDescription
pType

The pType parameter must contain both the service type and transport layer information. To ensure that the mDNS responder searches for services, rather than hosts, make sure to prefix both the service name and transport layer name with an underscore character (‰??_‰??). For example, to search for an HTTP service on TCP, you would use the type string ‰??_http._tcp.‰??. Note that the period character at the end is required.

pDomain

(optional with "" default) The pDomain parameter can be an explicit domain name, the generic local domain "local." (note trailing period, which indicates an absolute name), or the empty string (""), which indicates the default registration domains. Usually, you pass in an empty string.

Values
NameTypeDescription
return

a pointer to the search in memory

Description

Create a search object and start searching for a bonjour service

Tagsexternals