MIDIThruConnectionParamsSize(_:)
Returns the size of a MIDI thru connection parameters object.
Declaration
func MIDIThruConnectionParamsSize(_ ptr: UnsafePointer<MIDIThruConnectionParams>) -> IntParameters
- 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.