Struct xpcom::interfaces::nsIListNetworkAddressesListener [] [src]

#[repr(C)]
pub struct nsIListNetworkAddressesListener { /* fields omitted */ }

interface nsIListNetworkAddressesListener : nsISupports

/**
 * Listener for getting list of addresses.
 */

Methods

impl nsIListNetworkAddressesListener
[src]

[src]

Cast this nsIListNetworkAddressesListener to one of its base interfaces.

impl nsIListNetworkAddressesListener
[src]

[src]

/**
   * Callback function that gets called by nsINetworkInfoService.listNetworkAddresses.
   * Each address in the array is a string IP address in canonical form,
   * e.g. 192.168.1.10, or an IPV6 address in string form.
   */

void onListedNetworkAddresses ([array, size_is (aAddressArraySize)] in string aAddressArray, in unsigned long aAddressArraySize);

[src]

void onListNetworkAddressesFailed ();

Methods from Deref<Target = nsISupports>

[src]

Cast this nsISupports to one of its base interfaces.

[src]

void QueryInterface (in nsIIDRef uuid, [iid_is (uuid), retval] out nsQIResult result);

[src]

[noscript,notxpcom] nsrefcnt AddRef ();

[src]

[noscript,notxpcom] nsrefcnt Release ();

Trait Implementations

impl XpCom for nsIListNetworkAddressesListener
[src]

IID: nsIID = nsID(3300764353, 15025, 20443, [154, 22, 23, 203, 237, 121, 70, 3])

[src]

Perform a QueryInterface call on this object, attempting to dynamically cast it to the requested interface type. Returns Some(RefPtr) if the cast succeeded, and None otherwise. Read more

impl RefCounted for nsIListNetworkAddressesListener
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIListNetworkAddressesListener
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.