IPWorks 2020 C++ Builder Edition

Questions / Feedback?

Device Event

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

Syntax

typedef struct {
  String DeviceName;
  String DeviceType;
} TipwNetDialDeviceEventParams;

typedef void __fastcall (__closure *TipwNetDialDeviceEvent)(System::TObject* Sender, TipwNetDialDeviceEventParams *e);

__property TipwNetDialDeviceEvent OnDevice = { read=FOnDevice, write=FOnDevice };

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 C++ Builder Edition - Version 20.0 [Build 8307]