1.1 --- a/Bonjour/MYAddressLookup.h Mon Apr 27 09:03:56 2009 -0700
1.2 +++ b/Bonjour/MYAddressLookup.h Tue Jun 23 13:52:28 2009 -0700
1.3 @@ -19,14 +19,17 @@
1.4 CFAbsoluteTime _expires;
1.5 }
1.6
1.7 -/** Initializes the lookup with a DNS hostname. */
1.8 +/** Initializes the lookup with a DNS hostname.
1.9 + (If you've got a Bonjour service already, as a MYBonjourService object, it's more convenient
1.10 + to access its addressLookup property instead of creating your own instance.) */
1.11 - (id) initWithHostname: (NSString*)hostname;
1.12
1.13 /** The port number; this will be copied into the resulting IPAddress objects.
1.14 Defaults to zero, but you can set it before calling -start. */
1.15 @property UInt16 port;
1.16
1.17 -/** The index of the network interface. You usually don't need to set this. */
1.18 +/** The index of the network interface to use, or zero (the default) for any interface.
1.19 + You usually don't need to set this. */
1.20 @property UInt16 interfaceIndex;
1.21
1.22 /** The resulting address(es) of the host, as HostAddress objects. */