mergBonjourServiceRemoved |
Type | message |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | mergBonjourServiceRemoved <pType>, <pDomain>, <pName>, <pHostName>
|
Associations | mergbonjour |
Summary | Sent to the object that called mergBonjourSearch when a service is no
longer available
|
Introduced | 8.0 |
OS | ios, mac |
Platforms | desktop, mobile |
Parameters | Name | Type | Description |
---|
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.
|
|
Description | Sent to the object that called mergBonjourSearch when a service is no
longer available
|
Tags | externals |