The OnWriteData event occurs when other application writes data to the sniffed port. (See OnRead event)
| OnWriteData( | ||
| BYTE *Buf | // Pointer to the buffer | |
| LONG Count | // Length of the buffer that receives data | |
| ); | ||
Parameters
 Buf [in] Pointer to the buffer that contain Write information   Count     [in] This is the buffer length.
See also
