IServer.SendRawData Method

AdiIRC API v2

IServerSendRawData Method

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

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
bool SendRawData(
	byte[] data
)
Function SendRawData ( 
	data As Byte()
) As Boolean
bool SendRawData(
	array<unsigned char>^ data
)
abstract SendRawData : 
        data : byte[] -> bool 

Parameters

data
Type: SystemByte
Byte[]

Return Value

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