mergBonjour

Typelibrary
DictionaryLCS
LibraryLiveCode Script
Associationsmergbonjour
Description

mergBonjour is an iOS external that implements bonjour service searching and registration.

TypeNameSummarySyntax
commandmergBonjourRegisterService

Publish a bonjour service

mergBonjourRegisterService <pType>, <pPort>, [<pDomain>], [<pName>]

- - -mergBonjourStopSearch

Stop the search and release the search object from memory

mergBonjourStopSearch <pBonjourSearchPointer>

- - -mergBonjourStopService

Ends the bonjour service and releases it from memory,

mergBonjourStopService <pBonjourServicePointer>

functionmergBonjourSearch

Create a search object and start searching for a bonjour service

mergBonjourSearch(<pType>, [<pDomain>])

librarymergBonjour

mergBonjourSearch(<pType>, [<pDomain>])

messagemergBonjourServiceFound

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

mergBonjourServiceFound <pType>, <pDomain>, <pName>, <pHostName>, <pIPs>, <pPort>

- - -mergBonjourServiceRemoved

Sent to the object that called mergBonjourSearch when a service is no longer available

mergBonjourServiceRemoved <pType>, <pDomain>, <pName>, <pHostName>