CHAILink SDK
Version 1.3
|
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.
[in] | hLocalDevice | Handle to the notified device. |
[in] | deviceType | Type of the notified local device. See ObjectTypes |
[in] | dwDeviceUserData | The user data associated to the device handle during its creation. |
[in] | fIsLastBlock | TRUE if it is the last block. |
[in] | bDataSize | Data block size [1- 255]. |
[in] | pData | pointer to the data buffer. |