Send Method
Send data to the remote host.
Syntax
void __fastcall Send(DynamicArray<Byte> Text);
Remarks
Calling this method is equivalent to setting the DataToSend property to Text.
|
Send MethodSend data to the remote host. Syntaxvoid __fastcall Send(DynamicArray<Byte> Text); RemarksCalling this method is equivalent to setting the DataToSend property to Text. |