The OnReadData event occurs when other application reads data from the sniffed port (see OnRead event).  

OnReadData(
 BYTE *Buf// Pointer to the buffer
 LONG Count// Length of the buffer that receives data
);


Parameters
Buf [in] Pointer to the buffer that contains information that has been read   

Count [in] This is the buffer length.

 


See also

OnWrite eventOnRead eventOnWriteData event