AuthPacket

Undocumented in source.

Members

Functions

getAuthString
string getAuthString()
Undocumented in source. Be warned that the author may not have intended to support it.
receive
void receive(Socket socket)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

passwd
ubyte[] passwd;
Undocumented in source.
plen
ubyte[1] plen;
Undocumented in source.
ulen
ubyte[1] ulen;
Undocumented in source.
uname
ubyte[] uname;
Undocumented in source.

Inherited Members

From IncomingPacket

receiveVersion
void receiveVersion(Socket socket, ubyte requiredVersion)
Undocumented in source. Be warned that the author may not have intended to support it.
receiveBuffer
void receiveBuffer(Socket s, ubyte[1] len, ubyte[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
receive
void receive(Socket s)
Undocumented in source.

Meta