Skip to content

SocketType Property

The SocketType property is a character vector that specifies the type of the TCP/IP socket. This is either Stream (which is the default), or UDP.

SocketType must be defined when the object is created and may not be set or changed using ⎕WS.

For two Dyalog applications to communicate, their TCPSocket objects must have the same SocketType.

Application

Objects: TCPSocket