Introduction Manual Class Reference Header Reference

ZCom_FileTransInfo Struct Reference

List of all members.

Detailed Description

File transfer information.


Public Attributes

zU32 bps
 current bytes/second
ZCom_FileTransID id
 If id == ZCom_Invalid_ID, there was a problem retrieving the data and the contents of all other fields is invalid.
const char * path
 On senderside, this contains the actual path to the file being sent. On receiverside this contains either the received path(parameter _pathtosend in ZCom_Node::sendFile()), or the newly assigned path(parameter _path in ZCom_Node::acceptFile()).
zU32 size
 total size of file in bytes
zU32 transferred
 amount of bytes already transferred


Member Data Documentation

ZCom_FileTransID ZCom_FileTransInfo::id
 

If id == ZCom_Invalid_ID, there was a problem retrieving the data and the contents of all other fields is invalid.

zU32 ZCom_FileTransInfo::size
 

total size of file in bytes

zU32 ZCom_FileTransInfo::transferred
 

amount of bytes already transferred

const char* ZCom_FileTransInfo::path
 

On senderside, this contains the actual path to the file being sent. On receiverside this contains either the received path(parameter _pathtosend in ZCom_Node::sendFile()), or the newly assigned path(parameter _path in ZCom_Node::acceptFile()).

zU32 ZCom_FileTransInfo::bps
 

current bytes/second


This file is part of the documentation for Zoidcom. Documentation copyright © 2004-2008 by Jörg Rüppel. Generated on Sat Aug 16 15:26:50 2008 for Zoidcom by doxygen 1.4.6-NO