Online documentation, manuals and tutorials
< All Topics
Print

TCPConnect

Description

Connects to the TCP server.

Properties

Specific

Socket

ASSIGNABLE EXPRESSION (object:TCPSocket)

Socket object of type object:TCPSocket to be created and initialized.

IP Address

EXPRESSION (object:string)

IP address of the server.

Port

EXPRESSION (object:number)

TCP port on which server accepts connections.

Inputs

seqin

SEQ | OPTIONAL

A standard sequence input.

Outputs

seqout

SEQ | OPTIONAL

A standard sequence output.

Examples

  • TCP CLient
  • TCP Server
Page content