Tcl Library Source Code

Documentation
Login


[ Main Table Of Contents | Table Of Contents | Keyword Index | Categories | Modules | Applications ]

NAME

transfer::data::destination - Data destination

Table Of Contents

SYNOPSIS

package require Tcl 8.5 9
package require snit ?1.0?
package require transfer::data::destination ?0.3?

transfer::data::destination objectName ?options...?
objectName method ?arg arg ...?
objectName destroy
objectName put chunk
objectName done
objectName valid msgvar
objectName receive channel done

DESCRIPTION

This package provides objects mainly describing the destination of a data transfer. They are also able to initiate the reception of information from a channel into the described destination.

API

Object command

All objects created by the ::transfer::data::destination command have the following general form:

Object methods

Options

All data destinations support the options listed below. It should be noted that all are semi-exclusive, each specifying a different type of destination and associated information. If these options are specified more than once then the last option specified is used to actually configure the object.

Bugs, Ideas, Feedback

This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category transfer of the Tcllib Trackers. Please also report any ideas for enhancements you may have for either package and/or documentation.

When proposing code changes, please provide unified diffs, i.e the output of diff -u.

Note further that attachments are strongly preferred over inlined patches. Attachments can be made by going to the Edit form of the ticket immediately after its creation, and then using the left-most button in the secondary navigation bar.

KEYWORDS

channel, copy, data destination, transfer

CATEGORY

Transfer module

COPYRIGHT

Copyright © 2006-2009 Andreas Kupries