|
|
|
|
|
sListPort (Function) In french: sListePort Returns the list of serial and parallel ports on the computer.
NomPortsSéries is array of strings = sListPort(1)
FOR EACH sPort IN NomPortsSéries
ListAdd(COMBO_PortsSeries, sPort)
END
Syntax
<Result> = sListPort([<Type>])
<Result>: Array of strings Array of strings that contains the names of the sought ports. <Type>: Optional integer Type of port to be listed: - 0 (default): Lists serial and parallel ports.
- 1: List serial ports.
- 2: Lists parallel ports.
Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|