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

ConnectedEntry Event

Fired for every connected device when the ListConnections method is called.

Syntax

typedef void __fastcall (__closure *TipwNetDialConnectedEntryEvent)(System::TObject* Sender, TipwNetDialConnectedEntryEventParams *e);


__property TipwNetDialConnectedEntryEvent OnConnectedEntry = {read=FOnConnectedEntry, write=FOnConnectedEntry};

typedef struct {
     int Handle;
     String Entry;
     String DeviceName;
     String DeviceType;
     String StatusDescription;
} TipwNetDialConnectedEntryEventParams;

Remarks

The Handle parameter can be used to disconnect the entry. You should assign Handle to the Handle property and then call the Disconnect method.

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