mergBonjourServiceFound

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
mergBonjourServiceFound <pType>, <pDomain>, <pName>, <pHostName>, <pIPs>, <pPort>
Associationsmergbonjour
Summary

Sent to the object that called mergBonjourSearch when a service has been found and resolved

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

The pType parameter contains both the service type and transport layer information. For example, for an HTTP service on TCP, the type string would be ‰??_http._tcp.‰??.

pDomain

The pDomain parameter contains an explicit domain name such as generic local domain "local."

pName

A unique name that may be presented to the user to choose the appropriate service from a list. Usually this is the device name.

pHostName

The hostname the service was published on.

pIPs

A list of IPs (one per line) for the service

pPort

The port the service is published on.

Description

Sent to the object that called mergBonjourSearch when a service has been found and resolved

Tagsexternals