IP*Works! 2016 C++ Edition
IP*Works! 2016 C++ Edition
Questions / Feedback?

Device Event

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

Syntax

 virtual int FireDevice(NetDialDeviceEventParams *e);

 
typedef struct {
char* DeviceName;
char* DeviceType;
int reserved;
} NetDialDeviceEventParams;

Remarks

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

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 C++ Edition - Version 16.0 [Build 7353]