A Sandcastle Documented Class Library
IServerSendRaw Method |
Sends raw data to the IServer.
Namespace: AdiIRCAPIv2.Interfaces
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
bool SendRaw( string data )
Function SendRaw ( data As String ) As Boolean
bool SendRaw( String^ data )
abstract SendRaw : data : string -> bool
Parameters
- data
- Type: SystemString
String
Return Value
Type: BooleanTrue/False depending if the send was successful
See Also