IDMDeviceEvents Interface

Version: 1.0
Data Master Virtual Device Events Interface

GUID: {3C053B02-2C71-11D5-B2A4-FE129D63AC66}

This interface should be used to receive notifications from device driver ActiveX controls. Notice that measurement instruments usually contain slow ADC's with typical conversion time of hundreds milliseconds, so that data exchange is essentially asynchronous. Events allows you send and receive data when they are ready, without wait.

Members:

Kind Name ID Description
OnCreate 1 Fires when device is created
OnDestroy 2 Fires when device is destroyed
OnData 3 Fires when device data is ready

Syntax:

event OnCreate: VOID

Applies to:
B740X, E712X, HP4191X

Syntax:

event OnDestroy: VOID

Applies to:
B740X, E712X, HP4191X

Syntax:

event OnData: VOID

Applies to:
B740X, E712X, HP4191X