CIRCNetwork.on321 Member

LIST reply header

Syntax

object.on321(e);

Arguments

ArgumentSummary
e

Returns

Remarks

See Also

Source Code

function my_321 (e)
{
this.listInit();
if (!("file" in this._list))
this.displayHere (e.params[2] + " " + e.params[3], "321");
}