Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Connects to a TCP Socket on some computer in the network and sends a data packet with the given parameters.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Utility | 2.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
Host | IP or domain name of the target computer. | 127.0.0.1 |
Port | Port number to use. | 9999 |
Parameters | Parameters to send. | "RunScript" |
Returns function result or an error message.
Sends a SQL select command:
MBS("SendCommand"; "127.0.0.1"; 9999; "SQLSelect"; "SELECT * FROM testTable")
Created 18th August 2014, last changed 22nd June 2016
ScriptWorkspace.Window - SendMail.AddAttachmentContainer
Feedback: Report problem or ask question.