interface documentation

class IUNIXDatagramTransport(Interface): (source)

View In Hierarchy

Transport for UDP PacketProtocols.

Method getHost Returns UNIXAddress.
Method write Write packet to given address.
def getHost(): (source)

Returns UNIXAddress.

Returns
UNIXAddressUndocumented
def write(packet, addr): (source)

Write packet to given address.

Parameters
packet:bytesUndocumented
addr:strUndocumented