![]() |
||||||||
|
|
||||||||
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 | |
|
|
If id == ZCom_Invalid_ID, there was a problem retrieving the data and the contents of all other fields is invalid.
|
|
|
total size of file in bytes
|
|
|
amount of bytes already transferred
|
|
|
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()).
|
|
|
current bytes/second
|
1.4.6-NO