Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gSocketConditionCheck

gSocketConditionCheck


Description

Checks on the readiness of socket to perform operations. The operations specified in condition are checked for and masked against the currently-satisfied conditions on socket. The result is returned.

Usage

gSocketConditionCheck(object, condition)

Arguments

object

a GSocket

condition

a GIOCondition mask to check

Details

It is meaningless to specify G_IO_ERR or G_IO_HUP in condition; these conditions will always be set in the output if they are true.

This call never blocks. Since 2.22

Value

[GIOCondition] the GIOCondition mask of the current state

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.