IServerSendRawData Method |
Sends raw bytes to the IServer, bypasssing any encodings, AdiIRC is not aware when these messages are sent.
Namespace:
AdiIRCAPI
Assembly:
AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
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:
BooleanTrue/False depending if the send was successful
See Also