Online documentation, manuals and tutorials
< All Topics
Print

TCPListen

Description

Binds to TCP port and listen for the incomming connections.

Properties

Specific

Port

EXPRESSION (object:number)

Port to which we bind.

IP Address

EXPRESSION (object:string)

Address to which we bind.

Max. Connections

EXPRESSION (object:number)

Max allowed active incoming connections.

Inputs

seqin

SEQ | OPTIONAL

A standard sequence input.

end

SEQ | OPTIONAL

Stop listening and unbind from the port. Will trigger close output.

Outputs

seqout

SEQ | OPTIONAL

A standard sequence output.

connection

DATA(object:TCPSocket) | MANDATORY

Output to which the socket for the incoming connection is sent.

close

DATA(string) | OPTIONAL

Will trigger when listening stops.

Examples

  • TCP CLient
  • TCP Server
Page content