UnixAddress

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(const(char)[] path)
Undocumented in source.
this
this(sockaddr_un addr)
Undocumented in source.

Members

Functions

setNameLen
void setNameLen(socklen_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

name
sockaddr* name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
const(sockaddr)* name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
nameLen
socklen_t nameLen [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
path
string path [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

__anonymous
struct __anonymous
Undocumented in source.

Variables

_nameLen
socklen_t _nameLen;
Undocumented in source.

Meta