Click or drag to resize

RawDataArgs Constructor

RawDataArgs

Namespace:  AdiIRCAPI
Assembly:  AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
public RawDataArgs(
	IServer server,
	byte[] bytes
)

Parameters

server
Type: AdiIRCAPIIServer

[Missing <param name="server"/> documentation for "M:AdiIRCAPI.RawDataArgs.#ctor(AdiIRCAPI.IServer,System.Byte[])"]

bytes
Type: SystemByte

[Missing <param name="bytes"/> documentation for "M:AdiIRCAPI.RawDataArgs.#ctor(AdiIRCAPI.IServer,System.Byte[])"]

See Also