InetAddress.toBytes

Gets the raw binary address data from address. Since 2.22

class InetAddress
ubyte[]
toBytes
()

Return Value

Type: ubyte[]

a pointer to an internal array of the bytes in address, which should not be modified, stored, or freed. The size of this array can be gotten with g_inet_address_get_native_size().

Meta