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

This is called when the remote port consumed sysex data.

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]fConnectedThe new connection status. TRUE if the VMIDILink is connected.
Remarks
This notification is activated by using VMIDILinkOut_RegisterNotificationHandler or VMIDILinkHybrid_RegisterVMIDILinkOutNotificationHandler functions depending on device type.