Struct xpcom::interfaces::nsIUDPMessage [] [src]

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

interface nsIUDPMessage : nsISupports

Methods

impl nsIUDPMessage
[src]

[src]

Cast this nsIUDPMessage to one of its base interfaces.

impl nsIUDPMessage
[src]

[src]

/**
 * nsIUDPMessage
 *
 * This interface is used to encapsulate an incomming UDP message
 */
/**
     * Address of the source of the message
     */

readonly attribute nsINetAddr fromAddr;

[src]

/**
     * Data of the message
     */

readonly attribute ACString data;

[src]

/**
     * Stream to send a response
     */

readonly attribute nsIOutputStream outputStream;

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 nsIUDPMessage
[src]

IID: nsIID = nsID(2950460479, 40128, 16600, [180, 66, 105, 93, 197, 75, 187, 116])

[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 nsIUDPMessage
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIUDPMessage
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.