PPPHandles
Deprecated. Do not use in new code.
(Engine-Level Function)
Description: | Returns an array of all Point-to-Point Protocol handles on the local machine. This includes all such handles, whether inbound or outbound and whether made by VTScada. | ||||||||||||||
Returns: | An array of PPP handles | ||||||||||||||
Usage: ![]() |
Steady State only. | ||||||||||||||
Function Groups: | Modem, Serial Port | ||||||||||||||
Related to: | PPPDial | PPPStatus | ||||||||||||||
Format: ![]() |
PPPHandles() | ||||||||||||||
Parameters: | None | ||||||||||||||
Comments: | A PPP handle is a structure, defined as follows. To access these values, use the PPPStatus command as follows: PPPStruct = PPPStatus(Handles[I]); rr1 = PPPStruct\ConnectionID;
|