Click or drag to resize
IListenerRawBytesReceived Event
Raised when bytes have been received from the data source. This may not be on the same thread that started the listener - however all messages are guaranteed to be transmitted in the order in which they were received.

Namespace: VirtualRadar.Interface.Listener
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
event EventHandler<EventArgs<byte[]>> RawBytesReceived

Value

Type: SystemEventHandlerEventArgsByte
See Also