Address = FunctionParameters["TCP_Address"];
Data = "Echo this!" + Chars.LF;
Result = OPI_TCP.ProcessRequest(Address, Data);