get_binary


Description:

[ Version ( since = "0.1.9" ) ]
public uint8 get_binary (KeyID key, out size_t size)

Returns the first binary value associated with key from this.

If key has no first value, or value is not a gfloat, or key is not in data, then null is returned.

Parameters:

this

data to inspect

key

key to use

size

location to store the buffer size

Returns:

buffer location associated with the key, or null in other case. If successful size will be set the to the buffer size.