The OnWrite event occurs when other application writes data to the sniffed port. (See OnWriteData event)
OnWrite( | ||
VARIANT& Data | ||
); |
Parameters
Data [in] Pointer to the VARIANT type variable that contains data written to the port as VT_ARRAY | VT_UI1.
Remarks
This event is really convenient to use under VB6, C#, VB.Net.
See also