|
|
|
|
|
- Special case
- Features specific to Android and Android widget
Returns the list of serial and parallel ports on the computer.
SerialPortNames is array of strings = sListPort(1)
FOR EACH sPort IN SerialPortNames
ListAdd(COMBO_SerialPorts, 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|