#include <vmsBtDownloadPeerInfo.h>

Public Member Functions | |
| virtual void | get_Ip (LPSTR psz) |
| virtual void | get_Client (LPSTR psz) |
| virtual int | get_DownloadSpeed () |
| virtual int | get_UploadSpeed () |
| virtual UINT64 | get_BytesDownloaded () |
| virtual UINT64 | get_BytesUploaded () |
Definition at line 8 of file vmsBtDownloadPeerInfo.h.
| virtual void vmsBtDownloadPeerInfo::get_Ip | ( | LPSTR | psz | ) | [virtual] |
Reimplemented in vmsBtDownloadPeerInfoImpl.
Referenced by CDownloads_Bittorrent_Peers::UpdateStat().
| virtual void vmsBtDownloadPeerInfo::get_Client | ( | LPSTR | psz | ) | [virtual] |
Reimplemented in vmsBtDownloadPeerInfoImpl.
Referenced by CDownloads_Bittorrent_Peers::UpdateStat().
| virtual int vmsBtDownloadPeerInfo::get_DownloadSpeed | ( | ) | [virtual] |
Reimplemented in vmsBtDownloadPeerInfoImpl.
Referenced by CDownloads_Bittorrent_Peers::UpdatePeersDetails().
| virtual int vmsBtDownloadPeerInfo::get_UploadSpeed | ( | ) | [virtual] |
Reimplemented in vmsBtDownloadPeerInfoImpl.
Referenced by CDownloads_Bittorrent_Peers::UpdatePeersDetails().
| virtual UINT64 vmsBtDownloadPeerInfo::get_BytesDownloaded | ( | ) | [virtual] |
Reimplemented in vmsBtDownloadPeerInfoImpl.
Referenced by CDownloads_Bittorrent_Peers::UpdatePeersDetails().
| virtual UINT64 vmsBtDownloadPeerInfo::get_BytesUploaded | ( | ) | [virtual] |
Reimplemented in vmsBtDownloadPeerInfoImpl.
Referenced by CDownloads_Bittorrent_Peers::UpdatePeersDetails().
1.5.6