Click or drag to resize

IPluginHostSendRawData Method

Sends raw bytes to the IServer, bypasssing any encodings, AdiIRC is not aware when this messages are sent.

Namespace:  AdiIRCAPI
Assembly:  AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
bool SendRawData(
	IServer Server,
	byte[] Data
)

Parameters

Server
Type: AdiIRCAPIIServer
IServer
Data
Type: SystemByte
Byte[]

Return Value

Type: Boolean
True/False depending if the send was successful
See Also