gInetAddressToBytes {RGtk2}R Documentation

gInetAddressToBytes

Description

Gets the raw binary address data from address.

Usage

gInetAddressToBytes(object)

Arguments

object

a GInetAddress

Details

Since 2.22

Value

[raw] a pointer to an internal list of the bytes in address, which should not be modified, stored, or freed. The size of this array can be gotten with gInetAddressGetNativeSize.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]