Click or drag to resize

RawBytesReceived Delegate

Delegate gets called when any raw data is recieved from an IServer

Namespace:  AdiIRCAPIv2.Delegates
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
public delegate void RawBytesReceived(
	RawBytesReceivedArgs argument
)

Parameters

argument
Type: AdiIRCAPIv2.Arguments.ConnectionRawBytesReceivedArgs
RawBytesReceivedArgs
Remarks

The Byte-Array passed in the args can be modified to alter the message that AdiIRC parse.

If the array is set to null or zero bytes, the message will not be processed further.

Scripted Event Equivalent: on PARSELINE

See Also