Contents

MIDIThruConnectionParamsSize(_:)

Returns the size of a MIDI thru connection parameters object.

Declaration

func MIDIThruConnectionParamsSize(_ ptr: UnsafePointer<MIDIThruConnectionParams>) -> Int

Parameters

  • ptr:

    The parameters pointer.

Return Value

The connection’s parameter’s size.

Discussion

This function accounts for variable-length elements in the structure and returns its true size in bytes.

See Also

Configuring Parameters