GSKSSOCWRITE

This function sends data on a secure socket connection.

Format

Read syntax diagramSkip visual syntax diagramEZASMITYPE=GSKSSOCWRITE,SSOCDATA=address*indaddr(reg),BUF=address*indaddr(reg),NBYTE=numberaddress*indaddr(reg),RETCODE=address*indaddr(reg),ERRNO=address*indaddr(reg)

Parameters

SSOCDATA
Input parameter. Address of GSKSOCDATA as returned in RETCODE by EZASMI TYPE=GSKSSOCINIT.
BUF
Input parameter. The address of the data being transmitted.
NYBTE
Input parameter. A value, or the address of a fullword binary number specifying the number of bytes to be transmitted.
RETCODE
Output parameter. A value of 0 or greater 0 indicates the successful completion of the function and denotes the number of bytes which have been sent. If RETCODE is negative, an error has occurred. Refer to VSE library member SSLVSE.A or to TCP/IP for VSE Optional Features for a detailed description of error return codes.
ERRNO
Output parameter. May show detailed error information.