z/OS Communications Server: IP Sockets Application Programming Interface Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


SayConSt

z/OS Communications Server: IP Sockets Application Programming Interface Guide and Reference
SC27-3660-00

This function returns a printable string describing the connection state passed in State. For example, if SayConSt is invoked with the type identifier RECEIVINGonly, it returns the message Receiving only. Figure 1 shows an example of this procedure.

Figure 1. SayConSt example
   function SayConSt
            (
                 State: ConnectionStateType
            ):
            Wordtype;
            external;
Parameter
Description
State
The connection state to be described.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014