COM Wrapper for IPeekSimpleNodeStat.
More...
Public Member Functions | |
HRESULT | IPAddr ([out, retval] BSTR *strIP) |
HRESULT | BytesSent ([out, retval] DOUBLE *nBytesSent) |
HRESULT | BytesReceived ([out, retval] DOUBLE *nBytesReceived) |
HRESULT | PacketsSent ([out, retval] ULONG *nPacketsSent) |
HRESULT | PacketsReceived ([out, retval] ULONG *nPacketsReceived) |
HRESULT | LastTimeReceived ([out, retval] DATE *dLastTimeReceived) |
HRESULT | LastTimeSent ([out, retval] DATE *dLastTimeSent) |
HRESULT | Create ([in] ULONGLONG nBytesReceived,[in] ULONGLONG nBytesSent,[in] ULONGLONG nPacketsReceived,[in] ULONGLONG nPacketsSent,[in] DATE dLastTimeReceived,[in] DATE dLastTimeSent,[in] DATE dFirstTimeReceived,[in] DATE dFirstTimeSent,[in] BSTR strIPAddress) |
HRESULT | FirstTimeSent ([out, retval] DATE *dFirstTimeSent) |
HRESULT | FirstTimeReceived ([out, retval] DATE *dFirstTimeReceived) |
Detailed Description
COM Wrapper for IPeekSimpleNodeStat.This interface is implemented by PeekSimpleNodeStat to wrap IPeekSimpleNodeStat for Scripting clients to a node's statistics.
Member Function Documentation
|
Get the node's number of received bytes.
|
|
Get the node's number of sent bytes.
|
|
Create a node with statistics.
|
|
Get the node's first time received.
|
|
Get the node's first time sent.
|
|
Get the node's IP address.
|
|
Get the node's last time received.
|
|
Get the node's last time sent.
|
|
Get the node's number of received packets.
|
|
Get the node's number of sent packets.
|