Method

AgsAudioMidiCIUtilget_discovery_reply

since: 5.5.0

Declaration [src]

guint
ags_midi_ci_util_get_discovery_reply (
  AgsMidiCIUtil* midi_ci_util,
  guchar* buffer,
  guchar* device_id,
  guchar* version,
  AgsMUID* source,
  AgsMUID* destination,
  guchar* manufacturer_id,
  guint16* device_family,
  guint16* device_family_model_number,
  guchar* software_revision_level,
  guchar* capability,
  guint32* max_sysex_message_size
)

Description [src]

Get discovery 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 return location of device ID.

The argument will be set by the function.
version

Type: guchar*

The return location of version.

The argument will be set by the function.
source

Type: AgsMUID

The return location of source.

The argument will be set by the function.
The caller of the method takes ownership of the data, and is responsible for freeing it.
destination

Type: AgsMUID

The return location destination.

The argument will be set by the function.
The caller of the method takes ownership of the data, and is responsible for freeing it.
manufacturer_id

Type: guchar*

The return location of manufacturer ID.

The argument will be set by the function.
device_family

Type: guint16*

The return location of device family.

The argument will be set by the function.
device_family_model_number

Type: guint16*

The return location of device family number.

The argument will be set by the function.
software_revision_level

Type: guchar*

The return location of software revision level.

The argument will be set by the function.
capability

Type: guchar*

The return location of capability.

The argument will be set by the function.
max_sysex_message_size

Type: guint32*

The return location of maximum SYSEX message size.

The argument will be set by the function.

Return value

Type: guint

The number of bytes read.