nsISupports
Last changed in Gecko 1.7 PRNetAddr getNextAddr(in PRUint16 aPort); Native code only! |
ACString getNextAddrAsString(); |
boolean hasMore(); |
void rewind(); |
Attribute | Type | Description |
canonicalName | ACString | for example, www.mozilla.org --> rheet.mozilla.org. Read only. |
This function copies the value of the next IP address into the given PRNetAddr struct and increments the internal address iterator.
PRNetAddr getNextAddr( in PRUint16 aPort );
aPort
The value of the next IP address.
This function returns the value of the next IP address as a string and increments the internal address iterator.
ACString getNextAddrAsString();
None.
The value of the next IP address as a string.
This method checks if there is another address in the record.
boolean hasMore();
None.
true
if there is another address in the record.
This function resets the internal address iterator to the first address in the record.
void rewind();
None.