Previous Next

GET-SOCKET-OPTION( ) method
Returns a comma separated string containing values appropriate for the specified socket option. Otherwise, it returns the Unknown value (?).
Return type:
Applies to:
 
Syntax 
GET-SOCKET-OPTION ( name )
name
A character expression indicating the name of the socket option to be retrieved. Table 81 describes the options ABL supports.
 
An enable indicator, which is either TRUE or FALSE.
*
The onoff indicator, which is either TRUE or FALSE.
*
The linger time. If the onoff indicator is FALSE, the linger time does not need to be provided.
This method returns option-specific data if the retrieval of the option succeeded and the Unknown value (?) otherwise. An error can occur if:
*
The value of name is not an ABL-supported socket option
*

Previous Next
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.