GInetAddressClass.toBytes

struct GInetAddressClass
extern (C)
ubyte* function(GInetAddress* address) toBytes;

Return Value

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 InetAddress.getNativeSize.