data
The request’s data.
Declaration
var data: UnsafePointer<UInt8>Discussion
Initially, the value is a pointer to the System Exclusive (SysEx) event to send. MIDISendSysex(_:) advances this pointer as it sends bytes.
The request’s data.
var data: UnsafePointer<UInt8>Initially, the value is a pointer to the System Exclusive (SysEx) event to send. MIDISendSysex(_:) advances this pointer as it sends bytes.