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


SayNotEn

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

This function returns a printable string describing the notification enumeration type passed in Notification. For example, if SayNotEn is invoked with the type identifier FSENDreponse, it returns the message "Fsend response".

Figure 1. SayNotEn example
   function SayNotEn
            (
                 Notification: NotificationEnumType
            );
            Wordtype;
            external;
Parameter
Description
Notification
The notification enumeration type to be described.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014