Virtual Method

AgsAudioOscClientwrite_bytes

since: 3.0.0

Declaration [src]

gboolean
write_bytes (
  AgsOscClient* osc_client,
  guchar* data,
  guint data_length
)

Description [src]

Write data using OSC client.

Available since: 3.0.0

Parameters

data

Type: guchar*

The byte array.

The data is owned by the caller of the function.
data_length

Type: guint

The length of byte array.

Return value

Type: gboolean

TRUE if all bytes written, otherwise FALSE.