TAPIEx ActiveX Control v3.6

OnDeviceStateChanged

The OnDeviceStateChanged event is fired when the state of the device has changed.

Event OnDeviceStateChanged(
m_Line As ITAPILine, DeviceState As LINEDEVSTATE)

Parameters

m_Line
Reference to ITAPILine interface.
DeviceState
The new state of the device.

Remarks

None.

See Also

None.