CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
typedef void(* NH_VMIDILINKIN_MIDISYSEXMESSAGE)(CPHOBJECT const hLocalDevice, ObjectTypes const deviceType, CPUINT32 const dwDeviceUserData, CPBOOLEAN const fIsLastBlock, CPUINT8 const bDataSize, CPUINT8 const *const pData)

Called on Midi SysEx message reception.

Parameters
[in]hLocalDeviceHandle to the notified device.
[in]deviceTypeType of the notified local device. See ObjectTypes
[in]dwDeviceUserDataThe user data associated to the device handle during its creation.
[in]fIsLastBlockTRUE if it is the last block.
[in]bDataSizeData block size [1- 255].
[in]pDatapointer to the data buffer.
Remarks
This notification is activated by using VMIDILinkIn_RegisterNotificationHandler or VMIDILinkHybrid_RegisterVMIDILinkInNotificationHandler functions depending on device type.