transfer::transmitter - Data source
This package pulls data sources and connection setup together into a combined object for the transmission of information over a socket. These objects understand all the options from objects created by the packages transfer::data::source and transfer::connect.
This command creates and configures a new transmitter object. The fully qualified name of the object command is returned as the result of the command.
See the packages transfer::data::source and transfer::connect for the main options recognized. Here we describe only the options which go beyond the referenced set.
This method destroys the object. Doing so while a transmission is on progress will cause errors later on, when the transmission completes and tries to access the now missing data structures of the destroyed object.
This method initiates the data transmission, setting up the connection first and then copying the information. The method will throw an error if a transmission is already/still in progress. I.e. it is not possible to run two transmissions in parallel, only in sequence. Errors will also be thrown if the configuration of the data source is invalid, or if no completion callback was specified. The result returned by the method the same as the result of method connect, see package transfer::connect.
This method returns a boolean value telling us whether a transmission is in progress (True), or not (False).
This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category transfer of the Tcllib SF Trackers. Please also report any ideas for enhancements you may have for either package and/or documentation.
channel, copy, data source, transfer, transmitter
Copyright © 2006 Andreas Kupries <andreas_kupries@users.sourceforge.net>