mergBonjour | |
Type | library |
Dictionary | LCS |
Library | LiveCode Script |
Associations | mergbonjour |
Description | mergBonjour is an iOS external that implements bonjour service searching and registration. |
Type | Name | Summary | Syntax |
---|---|---|---|
command | mergBonjourRegisterService | 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> |
function | mergBonjourSearch | Create a search object and start searching for a bonjour service | mergBonjourSearch(<pType>, [<pDomain>]) |
library | mergBonjour | mergBonjourSearch(<pType>, [<pDomain>]) | |
message | 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> |