to_bytes
Description:
[ CCode ( array_length = false ) ]
[ Version ( since = "2.22" ) ]
public virtual unowned uint8[] to_bytes ()
[ Version ( since = "2.22" ) ]
public virtual unowned uint8[] to_bytes ()
Gets the raw binary address data from this.
Parameters:
this |
Returns:
a pointer to an internal array of the bytes in this, which should not be modified, stored, or freed. The size of this array can be gotten with get_native_size. |