Skip to main content

mergBonjour

Type

library

Description

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

Associated Syntax

Function

NameSummarySyntax
mergBonjourSearchCreate a search object and start searching for a bonjour servicemergBonjourSearch(<pType>, [<pDomain>])

Command

NameSummarySyntax
mergBonjourStopSearchStop the search and release the search object from memorymergBonjourStopSearch <pBonjourSearchPointer>
mergBonjourRegisterServicePublish a bonjour servicemergBonjourRegisterService <pType>, <pPort>, [<pDomain>], [<pName>]
mergBonjourStopServiceEnds the bonjour service and releases it from memory,mergBonjourStopService <pBonjourServicePointer>

Message

NameSummarySyntax
mergBonjourServiceFoundSent to the object that called mergBonjourSearch when a service has been found and resolved mergBonjourServiceFound <pType>, <pDomain>, <pName>, <pHostName>, <pIPs>, <pPort>
mergBonjourServiceRemovedSent to the object that called mergBonjourSearch when a service is no longer available mergBonjourServiceRemoved <pType>, <pDomain>, <pName>, <pHostName>
Thank you for your feedback!

Was this page helpful?