Specifications
468
18.6 Socket Library (SOCKET.FN3)
18.6.1 Overview
■ String Variables
The following are the string variables used by this library together with their memory
requirements.
■
String Array Variables
The following are the string array variables used by this library together with their memory
requirements.
Description Variable name Size in bytes
Internet address
IPADDRESS$
min. 15
Subnet mask
SUBNETMASK$
min. 15
Default gateway
GATEWAY$
min. 15
Receive buffer
RECVBUFF$
1 to 255
Transmit buffer
SENDBUFF$
1 to 255
Socket identifier set
SOCKFDSET$
READFDSET$
WRITEFDSET$
EXCEPTFDSET$
min. 41
min. 41
min. 41
min. 41
Description Variable name Size in bytes
Receive buffer
RECVBUFF$()
1 to 4096
Transmit buffer
SENDBUFF$()
TCP 1 to 4096
UDP 1 to 1472