Nlboolean nlGetBoolean(NLenum name)
name
[in]Specifies the name of the property.
nlGetBoolean returns the property specified by name. It can be one of the following:
NL_BLOCKING_IO: If enabled, all socket calls will block until completed. The default is disabled.
NL_TCP_NO_DELAY: If enabled, reliable (TCP) sockets will have the Nagle algorithm disabled. This
should only be enabled for a connection using small and frequent packets. The default is disabled.
nlGetBoolean returns NL_TRUE if the property is enabled, or NL_FALSE if disabled.
NL_INVALID_ENUM : The property name is not valid.
Back to the HawkNL index page
Go directly to the main HawkNL page at Hawk Software
© 2000-2002 Phil Frisbie.