31 PvResult SendData(
const uint8_t *aBuffer, uint32_t aBufferLength );
33 PvResult GetData( uint8_t *aBuffer, uint32_t aBufferLength, uint32_t *aBytesRead );
38 PvResult GetProgress( int64_t &aCompleted, int64_t &aTotal );
44#ifndef PV_GENERATING_DOXYGEN_DOC
46 PvBaseLib::TftpClient *mThis;