Method

AgsAudioMidiCIUtilput_ack

since: 5.5.0

Declaration [src]

void
ags_midi_ci_util_put_ack (
  AgsMidiCIUtil* midi_ci_util,
  guchar* buffer,
  guchar device_id,
  guchar version,
  AgsMUID source,
  AgsMUID destination,
  guchar orig_transaction,
  guchar status_code,
  guchar status_data,
  guchar* details,
  guint16 message_length,
  guchar* message
)

Description [src]

Put ACK MIDI CI message.

Available since: 5.5.0

Parameters

buffer

Type: guchar*

The buffer.

The data is owned by the caller of the method.
device_id

Type: guchar

The device ID.

version

Type: guchar

The version.

source

Type: AgsMUID

The source.

destination

Type: AgsMUID

The destination.

orig_transaction

Type: guchar

The original transaction.

status_code

Type: guchar

The status code.

status_data

Type: guchar

The status data.

details

Type: guchar*

The details.

The data is owned by the caller of the method.
message_length

Type: guint16

The message length.

message

Type: guchar*

The message.

The data is owned by the caller of the method.