Device Event

Fired for every dial device when the ListDevices method is called.

Syntax

class NetDialDeviceEventParams {
public:
  const QString &DeviceName();
  const QString &DeviceType();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void Device(NetDialDeviceEventParams *e);
// Or, subclass NetDial and override this emitter function. virtual int FireDevice(NetDialDeviceEventParams *e) {...}

Remarks

DeviceName provides the name of the device, and DeviceType provides the corresponding device type (e.g. 'modem').

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Qt Edition - Version 20.0 [Build 8307]