Contents
Display Legacy Contents

 Print
    Socket Connect  
Connect to a specified IP and port.

Parameters

 General 
 
Socket <unquoted string>

The identification of the socket that user wants to connect. There are several handlers for sockets from 1 to 10. It's also possible defined a socket dynamically by choosing option dynamic for this parameter.
   
Mode <unquoted string>

The communication mode for the defined socket. There are several options for this parameter:
1- TCP 
2- UDP
3- Bluetooth This option will block Port and change IP/Name to MAC Address
4- TCP(TLS/SSL) This option will active tab Security
   
IP/Name or MAC Address<string>

The IP adress of the socket that the user wants to connect.
MAC Address in case of Mode Bluetooth selected.
   
Port <numeric>

The port for the defined socket.
   
Timeout <numeric>

The timeout in miliseconds defined for this socket connection. The value 0 is this parameter means that there is no timeout.
   

Security
 
Client Authentication 
Certificate File <string>

File path
   
Certificate File Password <string>

File path
   
 Server Authentication 
Ignore Untrusted Certificate<numeric>

Yes/No
   
Ignore Invalid Certificate Name <numeric>

Yes/No
   
Certificate Fingerprint List <string>

List of Public Key SHA256 Hash for certificate pinning, separated by CR.
   
Public Key Fingerprint List <string>

List of Public Key SHA256 Hash for certificate pinning, separated by CR.
   

     
  • The parameter Timeout is not supported in some systems and may take longer that what is defined is this action.
  • For UDP sockets, if you specify ":" as the server IP/Name, then an unbound UDP socket for IPV6 is created.

See also
Synchronize
Update Project
Translate Internal Text
Set Comm. Profile Parameter
Get Comm. Profile Parameter
Set Synchro.Parameter
Get Synchro.Parameter
Set Synchronization File Copy
Bluetooth Start Device Discovery
Bluetooth Stop Device Discovery
Bluetooth Is Device Paired
Bluetooth Pair Device
Bluetooth Unpair Device
Bluetooth Connect Headset
Bluetooth Disconnect Headset
Bluetooth LE Start Scanning
Bluetooth LE Stop Scanning
Bluetooth LE Connect to Device
Bluetooth LE Disconnect from Device
Bluetooth LE Service Get List
Bluetooth LE Characteristic Get List
Bluetooth LE Characteristic Write
Bluetooth LE Characteristic Read
Bluetooth LE Descriptor Get List
Bluetooth LE Descriptor Write
Bluetooth LE Descriptor Read
Beacon Scanner Initialize
Beacon Scanner Uninitialize
Beacon Scanner Start Monitoring
Beacon Scanner Stop Monitoring
Beacon Scanner Start Ranging
Beacon Scanner Stop Ranging
Activate Connection
Is Connection Active
Deactivate Connection
Serial Open
Serial Write
Serial Read
Serial Flush
Serial Close
Socket Write
Socket Read
Socket Close
Socket Accept
Ping
Activate Monitor
Deactivate Monitor
Web Service Run
XML Get Child Element
XML Get Child Element List
XML Get Element Attribute
XML Get Element Content
XML Get Element’s Attribute List
XML Get Elements Name
XML Get Root Element
XML Get Root Element List
HTTP Request
XML Export from Table
XML Import to Table
JSON Get Value
JSON Get Array Item
JSON Get Array Item Count
JSON Get Name List
JSON Import to Table
JSON Export from Table
FTP Connect
FTP Set Current Dir
FTP Get File
FTP Put File
FTP File Exists
FTP Disconnect
FTP Create Dir
FTP Delete File/Folder
FTP Rename File
FTP List Files
Run Process on PC
Send File to PC
Get File from PC
List Files from PC
Kill Process on PC
Is Process Running on PC
Activate MIS Remote Controller
Stop MIS Remote Controller
Ping MIS Communicator
Get MIS Communicator Server Info
Shell Execute On Pc
Validade Active Directory Credentials On PC
Hardlock List Keys
Hardlock Read
Hardlock Write
Hardlock Check license
Push Notification Get Client ID
Push Notification Get Message
Push Notification Get Lost Message ID List
Push Notification Get Lost Message
Push Notification Delete Lost Message
Make Phone Call
SMS Send Message
Get SMS Verification Code
Get Cell Tower Info
Samples

 
 
Updated: 10/13/2019 5:20 PM