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

gSocketControlMessageDeserialize

gSocketControlMessageDeserialize


Description

Tries to deserialize a socket control message of a given level and type. This will ask all known (to GType) subclasses of GSocketControlMessage if they can understand this kind of message and if so deserialize it into a GSocketControlMessage.

Usage

gSocketControlMessageDeserialize(level, type, size, data)

Arguments

level

a socket level

type

a socket control message type for the given level

size

the size of the data in bytes

data

pointer to the message data

Details

If there is no implementation for this kind of control message, NULL will be returned. Since 2.22

Value

[GSocketControlMessage] the deserialized message or NULL

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.