ThingWorx C SDK
Public Attributes | List of all members
twFileTransferInfo Struct Reference

File Transfer Information structure definition. More...

#include <twFileManager.h>

Public Attributes

char * sourceRepository
 
char * sourcePath
 
char * sourceFile
 
char * sourceChecksum
 
char * targetRepository
 
char * targetPath
 
char * targetFile
 
char * targetChecksum
 
DATETIME startTime
 
DATETIME endTime
 
int32_t duration
 
char * state
 
char isComplete
 
double size
 
char * transferId
 
char * user
 
char * message
 

Detailed Description

File Transfer Information structure definition.

Member Data Documentation

int32_t twFileTransferInfo::duration

The duration of the file transfer.

DATETIME twFileTransferInfo::endTime

End time of the file transfer.

char twFileTransferInfo::isComplete

File transfer completion flag.

char* twFileTransferInfo::message

A message associated with the file transfer.

double twFileTransferInfo::size

The size of the file.

char* twFileTransferInfo::sourceChecksum

The source file's checksum.

char* twFileTransferInfo::sourceFile

The name of the file to be sent

char* twFileTransferInfo::sourcePath

The virtual path to the file to be sent.

char* twFileTransferInfo::sourceRepository

The source entityName to use when sending the file and looking up the virtual path.

DATETIME twFileTransferInfo::startTime

Start time of the file transfer.

char* twFileTransferInfo::state

The current state of the file transfer.

char* twFileTransferInfo::targetChecksum

The target file's checksum.

char* twFileTransferInfo::targetFile

The name of the resulting file in the target directory.

char* twFileTransferInfo::targetPath

The path of the resulting file in the target repository.

char* twFileTransferInfo::targetRepository

The target repository of the file.

char* twFileTransferInfo::transferId

Unique file transfer ID.

char* twFileTransferInfo::user

A username associated with the file transfer.


The documentation for this struct was generated from the following file: