|
|
|
|
|
- Special case
- Features specific to Android and Android widget
Returns the list of serial and parallel ports on the computer.
NomPortsSéries is array of strings = sListePort(1)
FOR EACH sPort IN NomPortsSéries
ListAdd(COMBO_PortsSeries, sPort)
END
Sintaxis
<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.
Clasificación Lógica de negocio / UI: Lógica de negocio
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|