mergBonjour
Type
library
Description
mergBonjour is an iOS external that implements bonjour service searching and registration.
Associated Syntax
Function
Name | Summary | Syntax |
---|---|---|
mergBonjourSearch | Create a search object and start searching for a bonjour service | mergBonjourSearch(<pType>, [<pDomain>]) |
Command
Name | Summary | Syntax |
---|---|---|
mergBonjourStopSearch | Stop the search and release the search object from memory | mergBonjourStopSearch <pBonjourSearchPointer> |
mergBonjourRegisterService | Publish a bonjour service | mergBonjourRegisterService <pType>, <pPort>, [<pDomain>], [<pName>] |
mergBonjourStopService | Ends the bonjour service and releases it from memory, | mergBonjourStopService <pBonjourServicePointer> |
Message
Name | Summary | Syntax |
---|---|---|
mergBonjourServiceFound | 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> |